Html Css Color HEX #FC0202 Red

📋 copy color: '#FC0202'

red 252 ◦ green 2 ◦ blue 2

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

Shades of Red #FC0202

Tints of Red #FC0202

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 98.44%
G = 0.78%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC0202 (or 0xFC0202) is known color: Red. HEX triplet: FC, 02 and 02. RGB value is (252,2,2). Sum of RGB (Red+Green+Blue) = 252+2+2=256 (33% of max value = 765). Red value is 252 (98.83% from 255 or 98.44% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0202 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0202 is #03FDFD. Grayscale: #4D4D4D. Windows color (decimal): -261630 or 131836. OLE color: 131836.

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

Color convert

RGB 252 2 2 -
CMYK 0 0.99 0.99 0.01
HSL 0.98% 0.5% -
HSV(B) 0.99% 0.99% -
XYZ 40.18 20.74 1.94 -
YUV 76.75 85.83 253 -
System Red Green Blue C M Y K H S L
Decimal 252 2 2 0 0.99 0.99 0.01 0 0.98 0.5
Hex FC 2 2 0 63 63 1 0 62 32
Octal 374 2 2 0 143 143 1 0 142 62
Binary 11111100 10 10 0 1100011 1100011 1 0 1100010 110010

Color Harmonies of #FC0202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0202

Black with #FC0202

Text Example


Text Example

White with #FC0202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0202; }

 p { color: rgb(252,2,2); }

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

background-color css

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

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

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

border-color css

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

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

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