Html Css Color HEX #F60F09 Red

📋 copy color: '#F60F09'

red 246 ◦ green 15 ◦ blue 9

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

Shades of Red #F60F09

Tints of Red #F60F09

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.56%

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

R = 91.11%
G = 5.56%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F60F09 (or 0xF60F09) is known color: Red. HEX triplet: F6, 0F and 09. RGB value is (246,15,9). Sum of RGB (Red+Green+Blue) = 246+15+9=270 (35% of max value = 765). Red value is 246 (96.48% from 255 or 91.11% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 9 (3.91% from 255 or 3.33% from 270); Max value from RGB is 246 - color contains mainly: red. Hex color #F60F09 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60F09 is #09F0F6. Grayscale: #535353. Windows color (decimal): -651511 or 593910. OLE color: 593910.

HSL color Cylindrical-coordinate representation of color #F60F09: hue angle of 1.52º 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 #F60F09 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 15 9 -
CMYK 0 0.94 0.96 0.04
HSL 1.52º 0.93% 0.5% -
HSV(B) 1.52º 0.96% 0.96% -
XYZ 38.23 19.95 2.1 -
YUV 83.39 86.03 243.99 -
System Red Green Blue C M Y K H S L
Decimal 246 15 9 0 0.94 0.96 0.04 1.52 0.93 0.5
Hex F6 F 9 0 5E 60 4 2 5D 32
Octal 366 17 11 0 136 140 4 2 135 62
Binary 11110110 1111 1001 0 1011110 1100000 100 10 1011101 110010

Color Harmonies of #F60F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60F09

Black with #F60F09

Text Example


Text Example

White with #F60F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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