Html Css Color HEX #F60E07 Red

📋 copy color: '#F60E07'

red 246 ◦ green 14 ◦ blue 7

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

Shades of Red #F60E07

Tints of Red #F60E07

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.24%

 BLUE value IS 7 (3.13% from 255) = 2.62%

R = 92.13%
G = 5.24%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F60E07 (or 0xF60E07) is known color: Red. HEX triplet: F6, 0E and 07. RGB value is (246,14,7). Sum of RGB (Red+Green+Blue) = 246+14+7=267 (35% of max value = 765). Red value is 246 (96.48% from 255 or 92.13% from 267); Green value is 14 (5.86% from 255 or 5.24% from 267); Blue value is 7 (3.12% from 255 or 2.62% from 267); Max value from RGB is 246 - color contains mainly: red. Hex color #F60E07 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60E07 is #09F1F8. Grayscale: #525252. Windows color (decimal): -651769 or 462582. OLE color: 462582.

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

Color convert

RGB 246 14 7 -
CMYK 0 0.94 0.97 0.04
HSL 1.76º 0.94% 0.5% -
HSV(B) 1.76º 0.97% 0.96% -
XYZ 38.2 19.92 2.03 -
YUV 82.57 85.36 244.57 -
System Red Green Blue C M Y K H S L
Decimal 246 14 7 0 0.94 0.97 0.04 1.76 0.94 0.5
Hex F6 E 7 0 5E 61 4 2 5E 32
Octal 366 16 7 0 136 141 4 2 136 62
Binary 11110110 1110 111 0 1011110 1100001 100 10 1011110 110010

Color Harmonies of #F60E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60E07

Black with #F60E07

Text Example


Text Example

White with #F60E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60E07; }

 p { color: rgb(246,14,7); }

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

background-color css

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

 a { background-color: rgb(246,14,7); }

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

border-color css

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

 span { border-color: rgb(246,14,7); }

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