Html Css Color HEX #F60804 Red

📋 copy color: '#F60804'

red 246 ◦ green 8 ◦ blue 4

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

Shades of Red #F60804

Tints of Red #F60804

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.1%

 BLUE value IS 4 (1.95% from 255) = 1.55%

R = 95.35%
G = 3.1%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F60804 (or 0xF60804) is known color: Red. HEX triplet: F6, 08 and 04. RGB value is (246,8,4). Sum of RGB (Red+Green+Blue) = 246+8+4=258 (34% of max value = 765). Red value is 246 (96.48% from 255 or 95.35% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 4 (1.95% from 255 or 1.55% from 258); Max value from RGB is 246 - color contains mainly: red. Hex color #F60804 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60804 is #09F7FB. Grayscale: #4E4E4E. Windows color (decimal): -653308 or 264438. OLE color: 264438.

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

Color convert

RGB 246 8 4 -
CMYK 0 0.97 0.98 0.04
HSL 0.99º 0.97% 0.49% -
HSV(B) 0.99º 0.98% 0.96% -
XYZ 38.11 19.78 1.92 -
YUV 78.71 85.85 247.33 -
System Red Green Blue C M Y K H S L
Decimal 246 8 4 0 0.97 0.98 0.04 0.99 0.97 0.49
Hex F6 8 4 0 61 62 4 1 61 31
Octal 366 10 4 0 141 142 4 1 141 61
Binary 11110110 1000 100 0 1100001 1100010 100 1 1100001 110001

Color Harmonies of #F60804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60804

Black with #F60804

Text Example


Text Example

White with #F60804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60804; }

 p { color: rgb(246,8,4); }

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

background-color css

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

 a { background-color: rgb(246,8,4); }

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

border-color css

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

 span { border-color: rgb(246,8,4); }

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