Html Css Color HEX #F60C01 Red

📋 copy color: '#F60C01'

red 246 ◦ green 12 ◦ blue 1

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

Shades of Red #F60C01

Tints of Red #F60C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 94.98%
G = 4.63%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F60C01 (or 0xF60C01) is known color: Red. HEX triplet: F6, 0C and 01. RGB value is (246,12,1). Sum of RGB (Red+Green+Blue) = 246+12+1=259 (34% of max value = 765). Red value is 246 (96.48% from 255 or 94.98% from 259); Green value is 12 (5.08% from 255 or 4.63% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C01 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60C01 is #09F3FE. Grayscale: #505050. Windows color (decimal): -652287 or 68854. OLE color: 68854.

HSL color Cylindrical-coordinate representation of color #F60C01: hue angle of 2.69º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F60C01 is Cyan = 0, Magento = 0.95, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 12 1 -
CMYK 0 0.95 1.00 0.04
HSL 2.69º 0.99% 0.48% -
HSV(B) 2.69º 1% 0.96% -
XYZ 38.14 19.86 1.85 -
YUV 80.71 83.02 245.89 -
System Red Green Blue C M Y K H S L
Decimal 246 12 1 0 0.95 1.00 0.04 2.69 0.99 0.48
Hex F6 C 1 0 5F 64 4 3 63 30
Octal 366 14 1 0 137 144 4 3 143 60
Binary 11110110 1100 1 0 1011111 1100100 100 11 1100011 110000

Color Harmonies of #F60C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60C01

Black with #F60C01

Text Example


Text Example

White with #F60C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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