Html Css Color HEX #F60F02 Red

📋 copy color: '#F60F02'

red 246 ◦ green 15 ◦ blue 2

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

Shades of Red #F60F02

Tints of Red #F60F02

RGB

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

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

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

R = 93.54%
G = 5.7%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F60F02 (or 0xF60F02) is known color: Red. HEX triplet: F6, 0F and 02. RGB value is (246,15,2). Sum of RGB (Red+Green+Blue) = 246+15+2=263 (34% of max value = 765). Red value is 246 (96.48% from 255 or 93.54% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 246 - color contains mainly: red. Hex color #F60F02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60F02 is #09F0FD. Grayscale: #525252. Windows color (decimal): -651518 or 135158. OLE color: 135158.

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

Color convert

RGB 246 15 2 -
CMYK 0 0.94 0.99 0.04
HSL 3.2º 0.98% 0.49% -
HSV(B) 3.2º 0.99% 0.96% -
XYZ 38.19 19.94 1.89 -
YUV 82.59 82.53 244.56 -
System Red Green Blue C M Y K H S L
Decimal 246 15 2 0 0.94 0.99 0.04 3.2 0.98 0.49
Hex F6 F 2 0 5E 63 4 3 62 31
Octal 366 17 2 0 136 143 4 3 142 61
Binary 11110110 1111 10 0 1011110 1100011 100 11 1100010 110001

Color Harmonies of #F60F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60F02

Black with #F60F02

Text Example


Text Example

White with #F60F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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