Html Css Color HEX #F014EB Magenta

📋 copy color: '#F014EB'

red 240 ◦ green 20 ◦ blue 235

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

Shades of Magenta #F014EB

Tints of Magenta #F014EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.47%

R = 48.48%
G = 4.04%
B = 47.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F014EB (or 0xF014EB) is known color: Magenta. HEX triplet: F0, 14 and EB. RGB value is (240,20,235). Sum of RGB (Red+Green+Blue) = 240+20+235=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 20 (8.20% from 255 or 4.04% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F014EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F014EB is #0FEB14. Grayscale: #6D6D6D. Windows color (decimal): -1043221 or 15406320. OLE color: 15406320.

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

Color convert

RGB 240 20 235 -
CMYK 0 0.92 0.02 0.06
HSL 301.36º 0.88% 0.51% -
HSV(B) 301.36º 0.92% 0.94% -
XYZ 51.18 25.02 80.73 -
YUV 110.29 198.39 220.52 -
System Red Green Blue C M Y K H S L
Decimal 240 20 235 0 0.92 0.02 0.06 301.36 0.88 0.51
Hex F0 14 EB 0 5C 2 6 12D 58 33
Octal 360 24 353 0 134 2 6 455 130 63
Binary 11110000 10100 11101011 0 1011100 10 110 100101101 1011000 110011

Color Harmonies of #F014EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F014EB

Black with #F014EB

Text Example


Text Example

White with #F014EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F014EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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