Html Css Color HEX #F607D2 Hot Magenta

📋 copy color: '#F607D2'

red 246 ◦ green 7 ◦ blue 210

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

Shades of Hot Magenta #F607D2

Tints of Hot Magenta #F607D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.36%

R = 53.13%
G = 1.51%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F607D2 (or 0xF607D2) is known color: Hot Magenta. HEX triplet: F6, 07 and D2. RGB value is (246,7,210). Sum of RGB (Red+Green+Blue) = 246+7+210=463 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.13% from 463); Green value is 7 (3.12% from 255 or 1.51% from 463); Blue value is 210 (82.42% from 255 or 45.36% from 463); Max value from RGB is 246 - color contains mainly: red. Hex color #F607D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F607D2 is #09F82D. Grayscale: #656565. Windows color (decimal): -653358 or 13764598. OLE color: 13764598.

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

Color convert

RGB 246 7 210 -
CMYK 0 0.97 0.15 0.04
HSL 309.04º 0.94% 0.5% -
HSV(B) 309.04º 0.97% 0.96% -
XYZ 49.71 24.4 63.06 -
YUV 101.6 189.18 230.99 -
System Red Green Blue C M Y K H S L
Decimal 246 7 210 0 0.97 0.15 0.04 309.04 0.94 0.5
Hex F6 7 D2 0 61 F 4 135 5E 32
Octal 366 7 322 0 141 17 4 465 136 62
Binary 11110110 111 11010010 0 1100001 1111 100 100110101 1011110 110010

Color Harmonies of #F607D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F607D2

Black with #F607D2

Text Example


Text Example

White with #F607D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F607D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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