Html Css Color HEX #F60A02 Red

📋 copy color: '#F60A02'

red 246 ◦ green 10 ◦ blue 2

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

Shades of Red #F60A02

Tints of Red #F60A02

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.88%

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 95.35%
G = 3.88%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F60A02 (or 0xF60A02) is known color: Red. HEX triplet: F6, 0A and 02. RGB value is (246,10,2). Sum of RGB (Red+Green+Blue) = 246+10+2=258 (34% of max value = 765). Red value is 246 (96.48% from 255 or 95.35% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 246 - color contains mainly: red. Hex color #F60A02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60A02 is #09F5FD. Grayscale: #4F4F4F. Windows color (decimal): -652798 or 133878. OLE color: 133878.

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

Color convert

RGB 246 10 2 -
CMYK 0 0.96 0.99 0.04
HSL 1.97º 0.98% 0.49% -
HSV(B) 1.97º 0.99% 0.96% -
XYZ 38.13 19.81 1.87 -
YUV 79.65 84.19 246.65 -
System Red Green Blue C M Y K H S L
Decimal 246 10 2 0 0.96 0.99 0.04 1.97 0.98 0.49
Hex F6 A 2 0 60 63 4 2 62 31
Octal 366 12 2 0 140 143 4 2 142 61
Binary 11110110 1010 10 0 1100000 1100011 100 10 1100010 110001

Color Harmonies of #F60A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60A02

Black with #F60A02

Text Example


Text Example

White with #F60A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60A02; }

 p { color: rgb(246,10,2); }

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

background-color css

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

 a { background-color: rgb(246,10,2); }

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

border-color css

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

 span { border-color: rgb(246,10,2); }

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