Html Css Color HEX #F90606 Red

📋 copy color: '#F90606'

red 249 ◦ green 6 ◦ blue 6

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

Shades of Red #F90606

Tints of Red #F90606

RGB

 RED value IS 249 (97.66% from 255) = 95.4%

 GREEN value IS 6 (2.73% from 255) = 2.3%

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

R = 95.4%
G = 2.3%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F90606 (or 0xF90606) is known color: Red. HEX triplet: F9, 06 and 06. RGB value is (249,6,6). Sum of RGB (Red+Green+Blue) = 249+6+6=261 (34% of max value = 765). Red value is 249 (97.66% from 255 or 95.40% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 249 - color contains mainly: red. Hex color #F90606 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90606 is #06F9F9. Grayscale: #4E4E4E. Windows color (decimal): -457210 or 395001. OLE color: 395001.

HSL color Cylindrical-coordinate representation of color #F90606: hue angle of 0º degrees, saturation: 0.95, 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 #F90606 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 6 6 -
CMYK 0 0.98 0.98 0.02
HSL 0.95% 0.5% -
HSV(B) 0.98% 0.98% -
XYZ 39.16 20.28 2.02 -
YUV 78.66 87.01 249.5 -
System Red Green Blue C M Y K H S L
Decimal 249 6 6 0 0.98 0.98 0.02 0 0.95 0.5
Hex F9 6 6 0 62 62 2 0 5F 32
Octal 371 6 6 0 142 142 2 0 137 62
Binary 11111001 110 110 0 1100010 1100010 10 0 1011111 110010

Color Harmonies of #F90606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90606

Black with #F90606

Text Example


Text Example

White with #F90606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90606; }

 p { color: rgb(249,6,6); }

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

background-color css

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

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

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

border-color css

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

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

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