Html Css Color HEX #F60707 Red

📋 copy color: '#F60707'

red 246 ◦ green 7 ◦ blue 7

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

Shades of Red #F60707

Tints of Red #F60707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.69%

R = 94.62%
G = 2.69%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F60707 (or 0xF60707) is known color: Red. HEX triplet: F6, 07 and 07. RGB value is (246,7,7). Sum of RGB (Red+Green+Blue) = 246+7+7=260 (34% of max value = 765). Red value is 246 (96.48% from 255 or 94.62% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 7 (3.12% from 255 or 2.69% from 260); Max value from RGB is 246 - color contains mainly: red. Hex color #F60707 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60707 is #09F8F8. Grayscale: #4E4E4E. Windows color (decimal): -653561 or 460790. OLE color: 460790.

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

Color convert

RGB 246 7 7 -
CMYK 0 0.97 0.97 0.04
HSL 0.94% 0.5% -
HSV(B) 0.97% 0.96% -
XYZ 38.12 19.76 2.01 -
YUV 78.46 87.68 247.5 -
System Red Green Blue C M Y K H S L
Decimal 246 7 7 0 0.97 0.97 0.04 0 0.94 0.5
Hex F6 7 7 0 61 61 4 0 5E 32
Octal 366 7 7 0 141 141 4 0 136 62
Binary 11110110 111 111 0 1100001 1100001 100 0 1011110 110010

Color Harmonies of #F60707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60707

Black with #F60707

Text Example


Text Example

White with #F60707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60707; }

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

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

background-color css

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

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

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

border-color css

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

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

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