Html Css Color HEX #FD3666 Radical Red

📋 copy color: '#FD3666'

red 253 ◦ green 54 ◦ blue 102

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

Shades of Radical Red #FD3666

Tints of Radical Red #FD3666

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.2%

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

R = 61.86%
G = 13.2%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FD3666 (or 0xFD3666) is known color: Radical Red. HEX triplet: FD, 36 and 66. RGB value is (253,54,102). Sum of RGB (Red+Green+Blue) = 253+54+102=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 54 (21.48% from 255 or 13.20% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3666 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3666 is #02C999. Grayscale: #767676. Windows color (decimal): -182682 or 6698749. OLE color: 6698749.

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

Color convert

RGB 253 54 102 -
CMYK 0 0.79 0.60 0.01
HSL 345.53º 0.98% 0.6% -
HSV(B) 345.53º 0.79% 0.99% -
XYZ 44.23 24.48 14.96 -
YUV 118.97 118.43 223.6 -
System Red Green Blue C M Y K H S L
Decimal 253 54 102 0 0.79 0.60 0.01 345.53 0.98 0.6
Hex FD 36 66 0 4F 3C 1 15A 62 3C
Octal 375 66 146 0 117 74 1 532 142 74
Binary 11111101 110110 1100110 0 1001111 111100 1 101011010 1100010 111100

Color Harmonies of #FD3666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3666

Black with #FD3666

Text Example


Text Example

White with #FD3666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3666; }

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

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

background-color css

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

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

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

border-color css

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

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

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