Html Css Color HEX #F607DC Hot Magenta

📋 copy color: '#F607DC'

red 246 ◦ green 7 ◦ blue 220

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

Shades of Hot Magenta #F607DC

Tints of Hot Magenta #F607DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.51%

R = 52.01%
G = 1.48%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F607DC (or 0xF607DC) is known color: Hot Magenta. HEX triplet: F6, 07 and DC. RGB value is (246,7,220). Sum of RGB (Red+Green+Blue) = 246+7+220=473 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.01% from 473); Green value is 7 (3.12% from 255 or 1.48% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 246 - color contains mainly: red. Hex color #F607DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F607DC is #09F823. Grayscale: #666666. Windows color (decimal): -653348 or 14419958. OLE color: 14419958.

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

Color convert

RGB 246 7 220 -
CMYK 0 0.97 0.11 0.04
HSL 306.53º 0.94% 0.5% -
HSV(B) 306.53º 0.97% 0.96% -
XYZ 51 24.91 69.83 -
YUV 102.74 194.18 230.18 -
System Red Green Blue C M Y K H S L
Decimal 246 7 220 0 0.97 0.11 0.04 306.53 0.94 0.5
Hex F6 7 DC 0 61 B 4 133 5E 32
Octal 366 7 334 0 141 13 4 463 136 62
Binary 11110110 111 11011100 0 1100001 1011 100 100110011 1011110 110010

Color Harmonies of #F607DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F607DC

Black with #F607DC

Text Example


Text Example

White with #F607DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F607DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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