Html Css Color HEX #FD4566 Radical Red

📋 copy color: '#FD4566'

red 253 ◦ green 69 ◦ blue 102

#FD4566
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Radical Red #FD4566

Tints of Radical Red #FD4566

RGB

 RED value IS 253 (99.22% from 255) = 59.67%

 GREEN value IS 69 (27.34% from 255) = 16.27%

 BLUE value IS 102 (40.23% from 255) = 24.06%

R = 59.67%
G = 16.27%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FD4566 (or 0xFD4566) is known color: Radical Red. HEX triplet: FD, 45 and 66. RGB value is (253,69,102). Sum of RGB (Red+Green+Blue) = 253+69+102=424 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.67% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4566 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4566 is #02BA99. Grayscale: #7F7F7F. Windows color (decimal): -178842 or 6702589. OLE color: 6702589.

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

Color convert

RGB 253 69 102 -
CMYK 0 0.73 0.60 0.01
HSL 349.24º 0.98% 0.63% -
HSV(B) 349.24º 0.73% 0.99% -
XYZ 45.03 26.1 15.23 -
YUV 127.78 113.46 217.32 -
System Red Green Blue C M Y K H S L
Decimal 253 69 102 0 0.73 0.60 0.01 349.24 0.98 0.63
Hex FD 45 66 0 49 3C 1 15D 62 3F
Octal 375 105 146 0 111 74 1 535 142 77
Binary 11111101 1000101 1100110 0 1001001 111100 1 101011101 1100010 111111

Color Harmonies of #FD4566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4566

Black with #FD4566

Text Example


Text Example

White with #FD4566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4566; }

 p { color: rgb(253,69,102); }

 H1.HeaderClassName
 {
   color: #FD4566;
 }
 .AnyTagClassName
 {
   color: #FD4566;
 }
</style>

background-color css

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

 a { background-color: rgb(253,69,102); }

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

border-color css

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

 span { border-color: rgb(253,69,102); }

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