#FD4F5C

Color #FD4F5C Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #FD4F5C

Tints of Radical Red #FD4F5C

Color information

#FD4F5C (or 0xFD4F5C) is unknown color: approx Radical Red. HEX triplet: FD, 4F and 5C. RGB value is (253,79,92). Sum of RGB (Red+Green+Blue) = 253+79+92=424 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.67% from 424); Green value is 79 (31.25% from 255 or 18.63% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4F5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD4F5C is #02B0A3. Grayscale: #848484. Windows color (decimal): -176292 or 6049789. OLE color: 6049789.

HSL color Cylindrical-coordinate representation of color #FD4F5C: hue angle of 355.52º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FD4F5C is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB2537992-
CMYK00.690.640.01
HSL355.52º97.75%65.1%-
HSV(B)355.52º68.77%99.22%-
XYZ45.2427.2513-
YUV132.51105.15213.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 59.67%
GREEN value IS 79 (31.25% from 255) = 18.63%
BLUE value IS 92 (36.33% from 255) = 21.70%
R=59.67%
G=18.63%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253799200.690.640.01355.5297.7565.1
HexFD4F5C0454011646241
Octal37511713401051001544142101
Binary1111110110011111011100010001011000000110110010011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4F5C; }

 p { color: rgb(253,79,92); }

 H1.HeaderClassName
 {
   color: #FD4F5C;
 }
 .AnyTagClassName
 {
   color: #FD4F5C;
 }
</style>
background-color css

<style>
 a { background-color: #FD4F5C; }

 a { background-color: rgb(253,79,92); }

 div.DivClassName
 {
   background-color: #FD4F5C;
 }
 .BgClassName
 {
   background-color: #FD4F5C;
 }
</style>
border-color css

<style>
 span { border-color: #FD4F5C; }

 span { border-color: rgb(253,79,92); }

 td.TdClassName
 {
   border-color: #FD4F5C;
 }
 .TagClassName
 {
   border-color: #FD4F5C;
 }
</style>