Html Css Color HEX #F60C07 Red

📋 copy color: '#F60C07'

red 246 ◦ green 12 ◦ blue 7

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

Shades of Red #F60C07

Tints of Red #F60C07

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.53%

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

R = 92.83%
G = 4.53%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F60C07 (or 0xF60C07) is known color: Red. HEX triplet: F6, 0C and 07. RGB value is (246,12,7). Sum of RGB (Red+Green+Blue) = 246+12+7=265 (35% of max value = 765). Red value is 246 (96.48% from 255 or 92.83% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 7 (3.12% from 255 or 2.64% from 265); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C07 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60C07 is #09F3F8. Grayscale: #515151. Windows color (decimal): -652281 or 462070. OLE color: 462070.

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

Color convert

RGB 246 12 7 -
CMYK 0 0.95 0.97 0.04
HSL 1.26º 0.94% 0.5% -
HSV(B) 1.26º 0.97% 0.96% -
XYZ 38.18 19.87 2.02 -
YUV 81.4 86.02 245.41 -
System Red Green Blue C M Y K H S L
Decimal 246 12 7 0 0.95 0.97 0.04 1.26 0.94 0.5
Hex F6 C 7 0 5F 61 4 1 5E 32
Octal 366 14 7 0 137 141 4 1 136 62
Binary 11110110 1100 111 0 1011111 1100001 100 1 1011110 110010

Color Harmonies of #F60C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60C07

Black with #F60C07

Text Example


Text Example

White with #F60C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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