Html Css Color HEX #F60A09 Red

📋 copy color: '#F60A09'

red 246 ◦ green 10 ◦ blue 9

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

Shades of Red #F60A09

Tints of Red #F60A09

RGB

 RED value IS 246 (96.48% from 255) = 92.83%

 GREEN value IS 10 (4.3% from 255) = 3.77%

 BLUE value IS 9 (3.91% from 255) = 3.4%

R = 92.83%
G = 3.77%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F60A09 (or 0xF60A09) is known color: Red. HEX triplet: F6, 0A and 09. RGB value is (246,10,9). Sum of RGB (Red+Green+Blue) = 246+10+9=265 (35% of max value = 765). Red value is 246 (96.48% from 255 or 92.83% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 246 - color contains mainly: red. Hex color #F60A09 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60A09 is #09F5F6. Grayscale: #505050. Windows color (decimal): -652791 or 592630. OLE color: 592630.

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

Color convert

RGB 246 10 9 -
CMYK 0 0.96 0.96 0.04
HSL 0.25º 0.93% 0.5% -
HSV(B) 0.25º 0.96% 0.96% -
XYZ 38.16 19.83 2.07 -
YUV 80.45 87.69 246.08 -
System Red Green Blue C M Y K H S L
Decimal 246 10 9 0 0.96 0.96 0.04 0.25 0.93 0.5
Hex F6 A 9 0 60 60 4 0 5D 32
Octal 366 12 11 0 140 140 4 0 135 62
Binary 11110110 1010 1001 0 1100000 1100000 100 0 1011101 110010

Color Harmonies of #F60A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60A09

Black with #F60A09

Text Example


Text Example

White with #F60A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60A09; }

 p { color: rgb(246,10,9); }

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

background-color css

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

 a { background-color: rgb(246,10,9); }

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

border-color css

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

 span { border-color: rgb(246,10,9); }

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