Html Css Color HEX #F014E3 Hot Magenta

📋 copy color: '#F014E3'

red 240 ◦ green 20 ◦ blue 227

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

Shades of Hot Magenta #F014E3

Tints of Hot Magenta #F014E3

RGB

 RED value IS 240 (94.14% from 255) = 49.28%

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

 BLUE value IS 227 (89.06% from 255) = 46.61%

R = 49.28%
G = 4.11%
B = 46.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F014E3 (or 0xF014E3) is known color: Hot Magenta. HEX triplet: F0, 14 and E3. RGB value is (240,20,227). Sum of RGB (Red+Green+Blue) = 240+20+227=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 20 (8.20% from 255 or 4.11% from 487); Blue value is 227 (89.06% from 255 or 46.61% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F014E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F014E3 is #0FEB1C. Grayscale: #6C6C6C. Windows color (decimal): -1043229 or 14882032. OLE color: 14882032.

HSL color Cylindrical-coordinate representation of color #F014E3: hue angle of 303.55º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F014E3 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 20 227 -
CMYK 0 0.92 0.05 0.06
HSL 303.55º 0.88% 0.51% -
HSV(B) 303.55º 0.92% 0.94% -
XYZ 50.05 24.57 74.78 -
YUV 109.38 194.39 221.17 -
System Red Green Blue C M Y K H S L
Decimal 240 20 227 0 0.92 0.05 0.06 303.55 0.88 0.51
Hex F0 14 E3 0 5C 5 6 130 58 33
Octal 360 24 343 0 134 5 6 460 130 63
Binary 11110000 10100 11100011 0 1011100 101 110 100110000 1011000 110011

Color Harmonies of #F014E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F014E3

Black with #F014E3

Text Example


Text Example

White with #F014E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F014E3; }

 p { color: rgb(240,20,227); }

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

background-color css

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

 a { background-color: rgb(240,20,227); }

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

border-color css

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

 span { border-color: rgb(240,20,227); }

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