Html Css Color HEX #FC0200 Red

📋 copy color: '#FC0200'

red 252 ◦ green 2 ◦ blue 0

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

Shades of Red #FC0200

Tints of Red #FC0200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 99.21%
G = 0.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC0200 (or 0xFC0200) is known color: Red. HEX triplet: FC, 02 and 00. RGB value is (252,2,0). Sum of RGB (Red+Green+Blue) = 252+2+0=254 (33% of max value = 765). Red value is 252 (98.83% from 255 or 99.21% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0200 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0200 is #03FDFF. Grayscale: #4C4C4C. Windows color (decimal): -261632 or 764. OLE color: 764.

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

Color convert

RGB 252 2 0 -
CMYK 0 0.99 1 0.01
HSL 0.48º 1% 0.49% -
HSV(B) 0.48º 1% 0.99% -
XYZ 40.17 20.74 1.89 -
YUV 76.52 84.83 253.16 -
System Red Green Blue C M Y K H S L
Decimal 252 2 0 0 0.99 1 0.01 0.48 1 0.49
Hex FC 2 0 0 63 64 1 0 64 31
Octal 374 2 0 0 143 144 1 0 144 61
Binary 11111100 10 0 0 1100011 1100100 1 0 1100100 110001

Color Harmonies of #FC0200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0200

Black with #FC0200

Text Example


Text Example

White with #FC0200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0200; }

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

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

background-color css

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

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

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

border-color css

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

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

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