Html Css Color HEX #F60B05 Red

📋 copy color: '#F60B05'

red 246 ◦ green 11 ◦ blue 5

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

Shades of Red #F60B05

Tints of Red #F60B05

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.2%

 BLUE value IS 5 (2.34% from 255) = 1.91%

R = 93.89%
G = 4.2%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F60B05 (or 0xF60B05) is known color: Red. HEX triplet: F6, 0B and 05. RGB value is (246,11,5). Sum of RGB (Red+Green+Blue) = 246+11+5=262 (34% of max value = 765). Red value is 246 (96.48% from 255 or 93.89% from 262); Green value is 11 (4.69% from 255 or 4.20% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 246 - color contains mainly: red. Hex color #F60B05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60B05 is #09F4FA. Grayscale: #505050. Windows color (decimal): -652539 or 330742. OLE color: 330742.

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

Color convert

RGB 246 11 5 -
CMYK 0 0.96 0.98 0.04
HSL 1.49º 0.96% 0.49% -
HSV(B) 1.49º 0.98% 0.96% -
XYZ 38.15 19.84 1.96 -
YUV 80.58 85.36 245.99 -
System Red Green Blue C M Y K H S L
Decimal 246 11 5 0 0.96 0.98 0.04 1.49 0.96 0.49
Hex F6 B 5 0 60 62 4 1 60 31
Octal 366 13 5 0 140 142 4 1 140 61
Binary 11110110 1011 101 0 1100000 1100010 100 1 1100000 110001

Color Harmonies of #F60B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60B05

Black with #F60B05

Text Example


Text Example

White with #F60B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60B05; }

 p { color: rgb(246,11,5); }

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

background-color css

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

 a { background-color: rgb(246,11,5); }

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

border-color css

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

 span { border-color: rgb(246,11,5); }

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