Html Css Color HEX #F40902 Red

📋 copy color: '#F40902'

red 244 ◦ green 9 ◦ blue 2

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

Shades of Red #F40902

Tints of Red #F40902

RGB

 RED value IS 244 (95.7% from 255) = 95.69%

 GREEN value IS 9 (3.91% from 255) = 3.53%

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 95.69%
G = 3.53%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F40902 (or 0xF40902) is known color: Red. HEX triplet: F4, 09 and 02. RGB value is (244,9,2). Sum of RGB (Red+Green+Blue) = 244+9+2=255 (33% of max value = 765). Red value is 244 (95.70% from 255 or 95.69% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 244 - color contains mainly: red. Hex color #F40902 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40902 is #0BF6FD. Grayscale: #4E4E4E. Windows color (decimal): -784126 or 133620. OLE color: 133620.

HSL color Cylindrical-coordinate representation of color #F40902: hue angle of 1.74º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F40902 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 9 2 -
CMYK 0 0.96 0.99 0.04
HSL 1.74º 0.98% 0.48% -
HSV(B) 1.74º 0.99% 0.96% -
XYZ 37.42 19.43 1.84 -
YUV 78.47 84.86 246.07 -
System Red Green Blue C M Y K H S L
Decimal 244 9 2 0 0.96 0.99 0.04 1.74 0.98 0.48
Hex F4 9 2 0 60 63 4 2 62 30
Octal 364 11 2 0 140 143 4 2 142 60
Binary 11110100 1001 10 0 1100000 1100011 100 10 1100010 110000

Color Harmonies of #F40902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40902

Black with #F40902

Text Example


Text Example

White with #F40902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40902; }

 p { color: rgb(244,9,2); }

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

background-color css

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

 a { background-color: rgb(244,9,2); }

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

border-color css

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

 span { border-color: rgb(244,9,2); }

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