Html Css Color HEX #F60F01 Red

📋 copy color: '#F60F01'

red 246 ◦ green 15 ◦ blue 1

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

Shades of Red #F60F01

Tints of Red #F60F01

RGB

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

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

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

R = 93.89%
G = 5.73%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F60F01 (or 0xF60F01) is known color: Red. HEX triplet: F6, 0F and 01. RGB value is (246,15,1). Sum of RGB (Red+Green+Blue) = 246+15+1=262 (34% of max value = 765). Red value is 246 (96.48% from 255 or 93.89% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 246 - color contains mainly: red. Hex color #F60F01 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60F01 is #09F0FE. Grayscale: #525252. Windows color (decimal): -651519 or 69622. OLE color: 69622.

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

Color convert

RGB 246 15 1 -
CMYK 0 0.94 1.00 0.04
HSL 3.43º 0.99% 0.48% -
HSV(B) 3.43º 1% 0.96% -
XYZ 38.18 19.94 1.86 -
YUV 82.47 82.03 244.64 -
System Red Green Blue C M Y K H S L
Decimal 246 15 1 0 0.94 1.00 0.04 3.43 0.99 0.48
Hex F6 F 1 0 5E 64 4 3 63 30
Octal 366 17 1 0 136 144 4 3 143 60
Binary 11110110 1111 1 0 1011110 1100100 100 11 1100011 110000

Color Harmonies of #F60F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60F01

Black with #F60F01

Text Example


Text Example

White with #F60F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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