Html Css Color HEX #FB0F06 Red

📋 copy color: '#FB0F06'

red 251 ◦ green 15 ◦ blue 6

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

Shades of Red #FB0F06

Tints of Red #FB0F06

RGB

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

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

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

R = 92.28%
G = 5.51%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FB0F06 (or 0xFB0F06) is known color: Red. HEX triplet: FB, 0F and 06. RGB value is (251,15,6). Sum of RGB (Red+Green+Blue) = 251+15+6=272 (36% of max value = 765). Red value is 251 (98.44% from 255 or 92.28% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 6 (2.73% from 255 or 2.21% from 272); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0F06 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0F06 is #04F0F9. Grayscale: #545454. Windows color (decimal): -323834 or 397307. OLE color: 397307.

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

Color convert

RGB 251 15 6 -
CMYK 0 0.94 0.98 0.02
HSL 2.2º 0.97% 0.5% -
HSV(B) 2.2º 0.98% 0.98% -
XYZ 39.99 20.86 2.09 -
YUV 84.54 83.69 246.73 -
System Red Green Blue C M Y K H S L
Decimal 251 15 6 0 0.94 0.98 0.02 2.2 0.97 0.5
Hex FB F 6 0 5E 62 2 2 61 32
Octal 373 17 6 0 136 142 2 2 141 62
Binary 11111011 1111 110 0 1011110 1100010 10 10 1100001 110010

Color Harmonies of #FB0F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0F06

Black with #FB0F06

Text Example


Text Example

White with #FB0F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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