Html Css Color HEX #FB0502 Red

📋 copy color: '#FB0502'

red 251 ◦ green 5 ◦ blue 2

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

Shades of Red #FB0502

Tints of Red #FB0502

RGB

 RED value IS 251 (98.44% from 255) = 97.29%

 GREEN value IS 5 (2.34% from 255) = 1.94%

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

R = 97.29%
G = 1.94%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FB0502 (or 0xFB0502) is known color: Red. HEX triplet: FB, 05 and 02. RGB value is (251,5,2). Sum of RGB (Red+Green+Blue) = 251+5+2=258 (34% of max value = 765). Red value is 251 (98.44% from 255 or 97.29% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0502 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0502 is #04FAFD. Grayscale: #4E4E4E. Windows color (decimal): -326398 or 132603. OLE color: 132603.

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

Color convert

RGB 251 5 2 -
CMYK 0 0.98 0.99 0.02
HSL 0.72º 0.98% 0.5% -
HSV(B) 0.72º 0.99% 0.98% -
XYZ 39.85 20.62 1.94 -
YUV 78.21 85 251.24 -
System Red Green Blue C M Y K H S L
Decimal 251 5 2 0 0.98 0.99 0.02 0.72 0.98 0.5
Hex FB 5 2 0 62 63 2 1 62 32
Octal 373 5 2 0 142 143 2 1 142 62
Binary 11111011 101 10 0 1100010 1100011 10 1 1100010 110010

Color Harmonies of #FB0502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0502

Black with #FB0502

Text Example


Text Example

White with #FB0502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0502; }

 p { color: rgb(251,5,2); }

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

background-color css

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

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

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

border-color css

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

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

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