Html Css Color HEX #F90706 Red

📋 copy color: '#F90706'

red 249 ◦ green 7 ◦ blue 6

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

Shades of Red #F90706

Tints of Red #F90706

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.67%

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

R = 95.04%
G = 2.67%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F90706 (or 0xF90706) is known color: Red. HEX triplet: F9, 07 and 06. RGB value is (249,7,6). Sum of RGB (Red+Green+Blue) = 249+7+6=262 (34% of max value = 765). Red value is 249 (97.66% from 255 or 95.04% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 6 (2.73% from 255 or 2.29% from 262); Max value from RGB is 249 - color contains mainly: red. Hex color #F90706 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90706 is #06F8F9. Grayscale: #4F4F4F. Windows color (decimal): -456954 or 395257. OLE color: 395257.

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

Color convert

RGB 249 7 6 -
CMYK 0 0.97 0.98 0.02
HSL 0.25º 0.95% 0.5% -
HSV(B) 0.25º 0.98% 0.98% -
XYZ 39.18 20.3 2.03 -
YUV 79.24 86.67 249.08 -
System Red Green Blue C M Y K H S L
Decimal 249 7 6 0 0.97 0.98 0.02 0.25 0.95 0.5
Hex F9 7 6 0 61 62 2 0 5F 32
Octal 371 7 6 0 141 142 2 0 137 62
Binary 11111001 111 110 0 1100001 1100010 10 0 1011111 110010

Color Harmonies of #F90706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90706

Black with #F90706

Text Example


Text Example

White with #F90706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90706; }

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

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

background-color css

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

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

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

border-color css

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

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

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