Html Css Color HEX #F614E0 Hot Magenta

📋 copy color: '#F614E0'

red 246 ◦ green 20 ◦ blue 224

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

Shades of Hot Magenta #F614E0

Tints of Hot Magenta #F614E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.71%

R = 50.2%
G = 4.08%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F614E0 (or 0xF614E0) is known color: Hot Magenta. HEX triplet: F6, 14 and E0. RGB value is (246,20,224). Sum of RGB (Red+Green+Blue) = 246+20+224=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 20 (8.20% from 255 or 4.08% from 490); Blue value is 224 (87.89% from 255 or 45.71% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F614E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F614E0 is #09EB1F. Grayscale: #6E6E6E. Windows color (decimal): -650016 or 14685430. OLE color: 14685430.

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

Color convert

RGB 246 20 224 -
CMYK 0 0.92 0.09 0.04
HSL 305.84º 0.93% 0.52% -
HSV(B) 305.84º 0.92% 0.96% -
XYZ 51.71 25.47 72.71 -
YUV 110.83 191.87 224.41 -
System Red Green Blue C M Y K H S L
Decimal 246 20 224 0 0.92 0.09 0.04 305.84 0.93 0.52
Hex F6 14 E0 0 5C 9 4 132 5D 34
Octal 366 24 340 0 134 11 4 462 135 64
Binary 11110110 10100 11100000 0 1011100 1001 100 100110010 1011101 110100

Color Harmonies of #F614E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F614E0

Black with #F614E0

Text Example


Text Example

White with #F614E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F614E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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