Html Css Color HEX #F90C05 Red

📋 copy color: '#F90C05'

red 249 ◦ green 12 ◦ blue 5

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

Shades of Red #F90C05

Tints of Red #F90C05

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.51%

 BLUE value IS 5 (2.34% from 255) = 1.88%

R = 93.61%
G = 4.51%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F90C05 (or 0xF90C05) is known color: Red. HEX triplet: F9, 0C and 05. RGB value is (249,12,5). Sum of RGB (Red+Green+Blue) = 249+12+5=266 (35% of max value = 765). Red value is 249 (97.66% from 255 or 93.61% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 249 - color contains mainly: red. Hex color #F90C05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90C05 is #06F3FA. Grayscale: #525252. Windows color (decimal): -455675 or 331001. OLE color: 331001.

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

Color convert

RGB 249 12 5 -
CMYK 0 0.95 0.98 0.02
HSL 1.72º 0.96% 0.5% -
HSV(B) 1.72º 0.98% 0.98% -
XYZ 39.23 20.41 2.02 -
YUV 82.07 84.52 247.07 -
System Red Green Blue C M Y K H S L
Decimal 249 12 5 0 0.95 0.98 0.02 1.72 0.96 0.5
Hex F9 C 5 0 5F 62 2 2 60 32
Octal 371 14 5 0 137 142 2 2 140 62
Binary 11111001 1100 101 0 1011111 1100010 10 10 1100000 110010

Color Harmonies of #F90C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90C05

Black with #F90C05

Text Example


Text Example

White with #F90C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90C05; }

 p { color: rgb(249,12,5); }

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

background-color css

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

 a { background-color: rgb(249,12,5); }

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

border-color css

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

 span { border-color: rgb(249,12,5); }

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