Html Css Color HEX #FC3166 Radical Red

📋 copy color: '#FC3166'

red 252 ◦ green 49 ◦ blue 102

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

Shades of Radical Red #FC3166

Tints of Radical Red #FC3166

RGB

 RED value IS 252 (98.83% from 255) = 62.53%

 GREEN value IS 49 (19.53% from 255) = 12.16%

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

R = 62.53%
G = 12.16%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC3166 (or 0xFC3166) is known color: Radical Red. HEX triplet: FC, 31 and 66. RGB value is (252,49,102). Sum of RGB (Red+Green+Blue) = 252+49+102=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3166 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3166 is #03CE99. Grayscale: #737373. Windows color (decimal): -249498 or 6697468. OLE color: 6697468.

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

Color convert

RGB 252 49 102 -
CMYK 0 0.81 0.60 0.01
HSL 344.34º 0.97% 0.59% -
HSV(B) 344.34º 0.81% 0.99% -
XYZ 43.64 23.85 14.87 -
YUV 115.74 120.25 225.19 -
System Red Green Blue C M Y K H S L
Decimal 252 49 102 0 0.81 0.60 0.01 344.34 0.97 0.59
Hex FC 31 66 0 51 3C 1 158 61 3B
Octal 374 61 146 0 121 74 1 530 141 73
Binary 11111100 110001 1100110 0 1010001 111100 1 101011000 1100001 111011

Color Harmonies of #FC3166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3166

Black with #FC3166

Text Example


Text Example

White with #FC3166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3166; }

 p { color: rgb(252,49,102); }

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

background-color css

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

 a { background-color: rgb(252,49,102); }

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

border-color css

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

 span { border-color: rgb(252,49,102); }

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