Html Css Color HEX #F90807 Red

📋 copy color: '#F90807'

red 249 ◦ green 8 ◦ blue 7

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

Shades of Red #F90807

Tints of Red #F90807

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.03%

 BLUE value IS 7 (3.13% from 255) = 2.65%

R = 94.32%
G = 3.03%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#F90807 (or 0xF90807) is known color: Red. HEX triplet: F9, 08 and 07. RGB value is (249,8,7). Sum of RGB (Red+Green+Blue) = 249+8+7=264 (34% of max value = 765). Red value is 249 (97.66% from 255 or 94.32% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 7 (3.12% from 255 or 2.65% from 264); Max value from RGB is 249 - color contains mainly: red. Hex color #F90807 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90807 is #06F7F8. Grayscale: #505050. Windows color (decimal): -456697 or 461049. OLE color: 461049.

HSL color Cylindrical-coordinate representation of color #F90807: 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.97%. Process color model (Four color, CMYK) of #F90807 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 8 7 -
CMYK 0 0.97 0.97 0.02
HSL 0.25º 0.95% 0.5% -
HSV(B) 0.25º 0.97% 0.98% -
XYZ 39.19 20.33 2.06 -
YUV 79.95 86.84 248.58 -
System Red Green Blue C M Y K H S L
Decimal 249 8 7 0 0.97 0.97 0.02 0.25 0.95 0.5
Hex F9 8 7 0 61 61 2 0 5F 32
Octal 371 10 7 0 141 141 2 0 137 62
Binary 11111001 1000 111 0 1100001 1100001 10 0 1011111 110010

Color Harmonies of #F90807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90807

Black with #F90807

Text Example


Text Example

White with #F90807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90807; }

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

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

background-color css

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

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

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

border-color css

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

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

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