Html Css Color HEX #FC0F06 Red

📋 copy color: '#FC0F06'

red 252 ◦ green 15 ◦ blue 6

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

Shades of Red #FC0F06

Tints of Red #FC0F06

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.49%

 BLUE value IS 6 (2.73% from 255) = 2.2%

R = 92.31%
G = 5.49%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC0F06 (or 0xFC0F06) is known color: Red. HEX triplet: FC, 0F and 06. RGB value is (252,15,6). Sum of RGB (Red+Green+Blue) = 252+15+6=273 (36% of max value = 765). Red value is 252 (98.83% from 255 or 92.31% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 6 (2.73% from 255 or 2.20% from 273); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0F06 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0F06 is #03F0F9. Grayscale: #555555. Windows color (decimal): -258298 or 397308. OLE color: 397308.

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

Color convert

RGB 252 15 6 -
CMYK 0 0.94 0.98 0.01
HSL 2.2º 0.98% 0.51% -
HSV(B) 2.2º 0.98% 0.99% -
XYZ 40.35 21.05 2.11 -
YUV 84.84 83.52 247.23 -
System Red Green Blue C M Y K H S L
Decimal 252 15 6 0 0.94 0.98 0.01 2.2 0.98 0.51
Hex FC F 6 0 5E 62 1 2 62 33
Octal 374 17 6 0 136 142 1 2 142 63
Binary 11111100 1111 110 0 1011110 1100010 1 10 1100010 110011

Color Harmonies of #FC0F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0F06

Black with #FC0F06

Text Example


Text Example

White with #FC0F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0F06; }

 p { color: rgb(252,15,6); }

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

background-color css

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

 a { background-color: rgb(252,15,6); }

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

border-color css

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

 span { border-color: rgb(252,15,6); }

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