Html Css Color HEX #F60B03 Red

📋 copy color: '#F60B03'

red 246 ◦ green 11 ◦ blue 3

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

Shades of Red #F60B03

Tints of Red #F60B03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.15%

R = 94.62%
G = 4.23%
B = 1.15%

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

#F60B03 (or 0xF60B03) is known color: Red. HEX triplet: F6, 0B and 03. RGB value is (246,11,3). Sum of RGB (Red+Green+Blue) = 246+11+3=260 (34% of max value = 765). Red value is 246 (96.48% from 255 or 94.62% from 260); Green value is 11 (4.69% from 255 or 4.23% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 246 - color contains mainly: red. Hex color #F60B03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60B03 is #09F4FC. Grayscale: #505050. Windows color (decimal): -652541 or 199670. OLE color: 199670.

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

Color convert

RGB 246 11 3 -
CMYK 0 0.96 0.99 0.04
HSL 1.98º 0.98% 0.49% -
HSV(B) 1.98º 0.99% 0.96% -
XYZ 38.14 19.84 1.91 -
YUV 80.35 84.36 246.15 -
System Red Green Blue C M Y K H S L
Decimal 246 11 3 0 0.96 0.99 0.04 1.98 0.98 0.49
Hex F6 B 3 0 60 63 4 2 62 31
Octal 366 13 3 0 140 143 4 2 142 61
Binary 11110110 1011 11 0 1100000 1100011 100 10 1100010 110001

Color Harmonies of #F60B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60B03

Black with #F60B03

Text Example


Text Example

White with #F60B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60B03; }

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

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

background-color css

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

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

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

border-color css

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

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

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