Html Css Color HEX #F90A04 Red

📋 copy color: '#F90A04'

red 249 ◦ green 10 ◦ blue 4

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

Shades of Red #F90A04

Tints of Red #F90A04

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.8%

 BLUE value IS 4 (1.95% from 255) = 1.52%

R = 94.68%
G = 3.8%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F90A04 (or 0xF90A04) is known color: Red. HEX triplet: F9, 0A and 04. RGB value is (249,10,4). Sum of RGB (Red+Green+Blue) = 249+10+4=263 (34% of max value = 765). Red value is 249 (97.66% from 255 or 94.68% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 4 (1.95% from 255 or 1.52% from 263); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A04 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90A04 is #06F5FB. Grayscale: #515151. Windows color (decimal): -456188 or 264953. OLE color: 264953.

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

Color convert

RGB 249 10 4 -
CMYK 0 0.96 0.98 0.02
HSL 1.47º 0.97% 0.5% -
HSV(B) 1.47º 0.98% 0.98% -
XYZ 39.2 20.37 1.98 -
YUV 80.78 84.68 247.99 -
System Red Green Blue C M Y K H S L
Decimal 249 10 4 0 0.96 0.98 0.02 1.47 0.97 0.5
Hex F9 A 4 0 60 62 2 1 61 32
Octal 371 12 4 0 140 142 2 1 141 62
Binary 11111001 1010 100 0 1100000 1100010 10 1 1100001 110010

Color Harmonies of #F90A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90A04

Black with #F90A04

Text Example


Text Example

White with #F90A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90A04; }

 p { color: rgb(249,10,4); }

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

background-color css

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

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

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

border-color css

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

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

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