Html Css Color HEX #FC4266 Radical Red

📋 copy color: '#FC4266'

red 252 ◦ green 66 ◦ blue 102

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

Shades of Radical Red #FC4266

Tints of Radical Red #FC4266

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.71%

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

R = 60%
G = 15.71%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC4266 (or 0xFC4266) is known color: Radical Red. HEX triplet: FC, 42 and 66. RGB value is (252,66,102). Sum of RGB (Red+Green+Blue) = 252+66+102=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4266 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4266 is #03BD99. Grayscale: #7D7D7D. Windows color (decimal): -245146 or 6701820. OLE color: 6701820.

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

Color convert

RGB 252 66 102 -
CMYK 0 0.74 0.60 0.01
HSL 348.39º 0.97% 0.62% -
HSV(B) 348.39º 0.74% 0.99% -
XYZ 44.49 25.55 15.16 -
YUV 125.72 114.62 218.07 -
System Red Green Blue C M Y K H S L
Decimal 252 66 102 0 0.74 0.60 0.01 348.39 0.97 0.62
Hex FC 42 66 0 4A 3C 1 15C 61 3E
Octal 374 102 146 0 112 74 1 534 141 76
Binary 11111100 1000010 1100110 0 1001010 111100 1 101011100 1100001 111110

Color Harmonies of #FC4266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4266

Black with #FC4266

Text Example


Text Example

White with #FC4266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4266; }

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

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

background-color css

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

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

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

border-color css

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

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

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