Html Css Color HEX #F60706 Red

📋 copy color: '#F60706'

red 246 ◦ green 7 ◦ blue 6

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

Shades of Red #F60706

Tints of Red #F60706

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.7%

 BLUE value IS 6 (2.73% from 255) = 2.32%

R = 94.98%
G = 2.7%
B = 2.32%

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

#F60706 (or 0xF60706) is known color: Red. HEX triplet: F6, 07 and 06. RGB value is (246,7,6). Sum of RGB (Red+Green+Blue) = 246+7+6=259 (34% of max value = 765). Red value is 246 (96.48% from 255 or 94.98% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 246 - color contains mainly: red. Hex color #F60706 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60706 is #09F8F9. Grayscale: #4E4E4E. Windows color (decimal): -653562 or 395254. OLE color: 395254.

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

Color convert

RGB 246 7 6 -
CMYK 0 0.97 0.98 0.04
HSL 0.25º 0.95% 0.49% -
HSV(B) 0.25º 0.98% 0.96% -
XYZ 38.11 19.76 1.98 -
YUV 78.35 87.18 247.58 -
System Red Green Blue C M Y K H S L
Decimal 246 7 6 0 0.97 0.98 0.04 0.25 0.95 0.49
Hex F6 7 6 0 61 62 4 0 5F 31
Octal 366 7 6 0 141 142 4 0 137 61
Binary 11110110 111 110 0 1100001 1100010 100 0 1011111 110001

Color Harmonies of #F60706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60706

Black with #F60706

Text Example


Text Example

White with #F60706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60706; }

 p { color: rgb(246,7,6); }

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

background-color css

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

 a { background-color: rgb(246,7,6); }

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

border-color css

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

 span { border-color: rgb(246,7,6); }

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