Html Css Color HEX #F90705 Red

📋 copy color: '#F90705'

red 249 ◦ green 7 ◦ blue 5

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

Shades of Red #F90705

Tints of Red #F90705

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.68%

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

R = 95.4%
G = 2.68%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F90705 (or 0xF90705) is known color: Red. HEX triplet: F9, 07 and 05. RGB value is (249,7,5). Sum of RGB (Red+Green+Blue) = 249+7+5=261 (34% of max value = 765). Red value is 249 (97.66% from 255 or 95.40% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 5 (2.34% from 255 or 1.92% from 261); Max value from RGB is 249 - color contains mainly: red. Hex color #F90705 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90705 is #06F8FA. Grayscale: #4F4F4F. Windows color (decimal): -456955 or 329721. OLE color: 329721.

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

Color convert

RGB 249 7 5 -
CMYK 0 0.97 0.98 0.02
HSL 0.49º 0.96% 0.5% -
HSV(B) 0.49º 0.98% 0.98% -
XYZ 39.17 20.3 2 -
YUV 79.13 86.17 249.16 -
System Red Green Blue C M Y K H S L
Decimal 249 7 5 0 0.97 0.98 0.02 0.49 0.96 0.5
Hex F9 7 5 0 61 62 2 0 60 32
Octal 371 7 5 0 141 142 2 0 140 62
Binary 11111001 111 101 0 1100001 1100010 10 0 1100000 110010

Color Harmonies of #F90705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90705

Black with #F90705

Text Example


Text Example

White with #F90705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90705; }

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

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

background-color css

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

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

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

border-color css

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

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

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