Html Css Color HEX #F61207 Red

📋 copy color: '#F61207'

red 246 ◦ green 18 ◦ blue 7

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

Shades of Red #F61207

Tints of Red #F61207

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.64%

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

R = 90.77%
G = 6.64%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F61207 (or 0xF61207) is known color: Red. HEX triplet: F6, 12 and 07. RGB value is (246,18,7). Sum of RGB (Red+Green+Blue) = 246+18+7=271 (35% of max value = 765). Red value is 246 (96.48% from 255 or 90.77% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 7 (3.12% from 255 or 2.58% from 271); Max value from RGB is 246 - color contains mainly: red. Hex color #F61207 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61207 is #09EDF8. Grayscale: #555555. Windows color (decimal): -650745 or 463606. OLE color: 463606.

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

Color convert

RGB 246 18 7 -
CMYK 0 0.93 0.97 0.04
HSL 2.76º 0.94% 0.5% -
HSV(B) 2.76º 0.97% 0.96% -
XYZ 38.26 20.04 2.05 -
YUV 84.92 84.04 242.89 -
System Red Green Blue C M Y K H S L
Decimal 246 18 7 0 0.93 0.97 0.04 2.76 0.94 0.5
Hex F6 12 7 0 5D 61 4 3 5E 32
Octal 366 22 7 0 135 141 4 3 136 62
Binary 11110110 10010 111 0 1011101 1100001 100 11 1011110 110010

Color Harmonies of #F61207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61207

Black with #F61207

Text Example


Text Example

White with #F61207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61207; }

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

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

background-color css

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

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

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

border-color css

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

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

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