Html Css Color HEX #F016E5 Magenta

📋 copy color: '#F016E5'

red 240 ◦ green 22 ◦ blue 229

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

Shades of Magenta #F016E5

Tints of Magenta #F016E5

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.48%

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

R = 48.88%
G = 4.48%
B = 46.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F016E5 (or 0xF016E5) is known color: Magenta. HEX triplet: F0, 16 and E5. RGB value is (240,22,229). Sum of RGB (Red+Green+Blue) = 240+22+229=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 22 (8.98% from 255 or 4.48% from 491); Blue value is 229 (89.84% from 255 or 46.64% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F016E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F016E5 is #0FE91A. Grayscale: #6E6E6E. Windows color (decimal): -1042715 or 15013616. OLE color: 15013616.

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

Color convert

RGB 240 22 229 -
CMYK 0 0.91 0.05 0.06
HSL 303.03º 0.88% 0.51% -
HSV(B) 303.03º 0.91% 0.94% -
XYZ 50.36 24.76 76.25 -
YUV 110.78 194.72 220.17 -
System Red Green Blue C M Y K H S L
Decimal 240 22 229 0 0.91 0.05 0.06 303.03 0.88 0.51
Hex F0 16 E5 0 5B 5 6 12F 58 33
Octal 360 26 345 0 133 5 6 457 130 63
Binary 11110000 10110 11100101 0 1011011 101 110 100101111 1011000 110011

Color Harmonies of #F016E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F016E5

Black with #F016E5

Text Example


Text Example

White with #F016E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F016E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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