Html Css Color HEX #F012E5 Magenta

📋 copy color: '#F012E5'

red 240 ◦ green 18 ◦ blue 229

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

Shades of Magenta #F012E5

Tints of Magenta #F012E5

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.7%

 BLUE value IS 229 (89.84% from 255) = 47.02%

R = 49.28%
G = 3.7%
B = 47.02%

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

#F012E5 (or 0xF012E5) is known color: Magenta. HEX triplet: F0, 12 and E5. RGB value is (240,18,229). Sum of RGB (Red+Green+Blue) = 240+18+229=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 18 (7.42% from 255 or 3.70% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F012E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F012E5 is #0FED1A. Grayscale: #6B6B6B. Windows color (decimal): -1043739 or 15012592. OLE color: 15012592.

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

Color convert

RGB 240 18 229 -
CMYK 0 0.92 0.05 0.06
HSL 302.97º 0.88% 0.51% -
HSV(B) 302.97º 0.93% 0.94% -
XYZ 50.29 24.62 76.23 -
YUV 108.43 196.05 221.84 -
System Red Green Blue C M Y K H S L
Decimal 240 18 229 0 0.92 0.05 0.06 302.97 0.88 0.51
Hex F0 12 E5 0 5C 5 6 12F 58 33
Octal 360 22 345 0 134 5 6 457 130 63
Binary 11110000 10010 11100101 0 1011100 101 110 100101111 1011000 110011

Color Harmonies of #F012E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F012E5

Black with #F012E5

Text Example


Text Example

White with #F012E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F012E5; }

 p { color: rgb(240,18,229); }

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

background-color css

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

 a { background-color: rgb(240,18,229); }

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

border-color css

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

 span { border-color: rgb(240,18,229); }

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