Html Css Color HEX #F60D02 Red

📋 copy color: '#F60D02'

red 246 ◦ green 13 ◦ blue 2

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

Shades of Red #F60D02

Tints of Red #F60D02

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.98%

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

R = 94.25%
G = 4.98%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F60D02 (or 0xF60D02) is known color: Red. HEX triplet: F6, 0D and 02. RGB value is (246,13,2). Sum of RGB (Red+Green+Blue) = 246+13+2=261 (34% of max value = 765). Red value is 246 (96.48% from 255 or 94.25% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 246 - color contains mainly: red. Hex color #F60D02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60D02 is #09F2FD. Grayscale: #515151. Windows color (decimal): -652030 or 134646. OLE color: 134646.

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

Color convert

RGB 246 13 2 -
CMYK 0 0.95 0.99 0.04
HSL 2.7º 0.98% 0.49% -
HSV(B) 2.7º 0.99% 0.96% -
XYZ 38.16 19.89 1.88 -
YUV 81.41 83.19 245.39 -
System Red Green Blue C M Y K H S L
Decimal 246 13 2 0 0.95 0.99 0.04 2.7 0.98 0.49
Hex F6 D 2 0 5F 63 4 3 62 31
Octal 366 15 2 0 137 143 4 3 142 61
Binary 11110110 1101 10 0 1011111 1100011 100 11 1100010 110001

Color Harmonies of #F60D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60D02

Black with #F60D02

Text Example


Text Example

White with #F60D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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