Html Css Color HEX #F91004 Red

📋 copy color: '#F91004'

red 249 ◦ green 16 ◦ blue 4

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

Shades of Red #F91004

Tints of Red #F91004

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.95%

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

R = 92.57%
G = 5.95%
B = 1.49%

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

#F91004 (or 0xF91004) is known color: Red. HEX triplet: F9, 10 and 04. RGB value is (249,16,4). Sum of RGB (Red+Green+Blue) = 249+16+4=269 (35% of max value = 765). Red value is 249 (97.66% from 255 or 92.57% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 249 - color contains mainly: red. Hex color #F91004 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91004 is #06EFFB. Grayscale: #545454. Windows color (decimal): -454652 or 266489. OLE color: 266489.

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

Color convert

RGB 249 16 4 -
CMYK 0 0.94 0.98 0.02
HSL 2.94º 0.97% 0.5% -
HSV(B) 2.94º 0.98% 0.98% -
XYZ 39.27 20.52 2.01 -
YUV 84.3 82.69 245.48 -
System Red Green Blue C M Y K H S L
Decimal 249 16 4 0 0.94 0.98 0.02 2.94 0.97 0.5
Hex F9 10 4 0 5E 62 2 3 61 32
Octal 371 20 4 0 136 142 2 3 141 62
Binary 11111001 10000 100 0 1011110 1100010 10 11 1100001 110010

Color Harmonies of #F91004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91004

Black with #F91004

Text Example


Text Example

White with #F91004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91004; }

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

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

background-color css

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

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

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

border-color css

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

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

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