Html Css Color HEX #F90600 Red

📋 copy color: '#F90600'

red 249 ◦ green 6 ◦ blue 0

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

Shades of Red #F90600

Tints of Red #F90600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.35%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 97.65%
G = 2.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#F90600 (or 0xF90600) is known color: Red. HEX triplet: F9, 06 and 00. RGB value is (249,6,0). Sum of RGB (Red+Green+Blue) = 249+6+0=255 (33% of max value = 765). Red value is 249 (97.66% from 255 or 97.65% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 249 - color contains mainly: red. Hex color #F90600 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90600 is #06F9FF. Grayscale: #4E4E4E. Windows color (decimal): -457216 or 1785. OLE color: 1785.

HSL color Cylindrical-coordinate representation of color #F90600: hue angle of 1.45º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90600 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 6 0 -
CMYK 0 0.98 1 0.02
HSL 1.45º 1% 0.49% -
HSV(B) 1.45º 1% 0.98% -
XYZ 39.13 20.27 1.85 -
YUV 77.97 84.01 249.99 -
System Red Green Blue C M Y K H S L
Decimal 249 6 0 0 0.98 1 0.02 1.45 1 0.49
Hex F9 6 0 0 62 64 2 1 64 31
Octal 371 6 0 0 142 144 2 1 144 61
Binary 11111001 110 0 0 1100010 1100100 10 1 1100100 110001

Color Harmonies of #F90600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90600

Black with #F90600

Text Example


Text Example

White with #F90600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90600; }

 p { color: rgb(249,6,0); }

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

background-color css

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

 a { background-color: rgb(249,6,0); }

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

border-color css

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

 span { border-color: rgb(249,6,0); }

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