Html Css Color HEX #F614D9 Hot Magenta

📋 copy color: '#F614D9'

red 246 ◦ green 20 ◦ blue 217

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

Shades of Hot Magenta #F614D9

Tints of Hot Magenta #F614D9

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.14%

 BLUE value IS 217 (85.16% from 255) = 44.93%

R = 50.93%
G = 4.14%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F614D9 (or 0xF614D9) is known color: Hot Magenta. HEX triplet: F6, 14 and D9. RGB value is (246,20,217). Sum of RGB (Red+Green+Blue) = 246+20+217=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 20 (8.20% from 255 or 4.14% from 483); Blue value is 217 (85.16% from 255 or 44.93% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F614D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F614D9 is #09EB26. Grayscale: #6D6D6D. Windows color (decimal): -650023 or 14226678. OLE color: 14226678.

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

Color convert

RGB 246 20 217 -
CMYK 0 0.92 0.12 0.04
HSL 307.7º 0.93% 0.52% -
HSV(B) 307.7º 0.92% 0.96% -
XYZ 50.78 25.1 67.81 -
YUV 110.03 188.37 224.98 -
System Red Green Blue C M Y K H S L
Decimal 246 20 217 0 0.92 0.12 0.04 307.7 0.93 0.52
Hex F6 14 D9 0 5C C 4 134 5D 34
Octal 366 24 331 0 134 14 4 464 135 64
Binary 11110110 10100 11011001 0 1011100 1100 100 100110100 1011101 110100

Color Harmonies of #F614D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F614D9

Black with #F614D9

Text Example


Text Example

White with #F614D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F614D9; }

 p { color: rgb(246,20,217); }

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

background-color css

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

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

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

border-color css

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

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

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