Html Css Color HEX #F511E9 Magenta

📋 copy color: '#F511E9'

red 245 ◦ green 17 ◦ blue 233

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

Shades of Magenta #F511E9

Tints of Magenta #F511E9

RGB

 RED value IS 245 (96.09% from 255) = 49.49%

 GREEN value IS 17 (7.03% from 255) = 3.43%

 BLUE value IS 233 (91.41% from 255) = 47.07%

R = 49.49%
G = 3.43%
B = 47.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#F511E9 (or 0xF511E9) is known color: Magenta. HEX triplet: F5, 11 and E9. RGB value is (245,17,233). Sum of RGB (Red+Green+Blue) = 245+17+233=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 17 (7.03% from 255 or 3.43% from 495); Blue value is 233 (91.41% from 255 or 47.07% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F511E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F511E9 is #0AEE16. Grayscale: #6D6D6D. Windows color (decimal): -716311 or 15274485. OLE color: 15274485.

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

Color convert

RGB 245 17 233 -
CMYK 0 0.93 0.05 0.04
HSL 303.16º 0.92% 0.51% -
HSV(B) 303.16º 0.93% 0.96% -
XYZ 52.56 25.7 79.28 -
YUV 109.8 197.54 224.44 -
System Red Green Blue C M Y K H S L
Decimal 245 17 233 0 0.93 0.05 0.04 303.16 0.92 0.51
Hex F5 11 E9 0 5D 5 4 12F 5C 33
Octal 365 21 351 0 135 5 4 457 134 63
Binary 11110101 10001 11101001 0 1011101 101 100 100101111 1011100 110011

Color Harmonies of #F511E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F511E9

Black with #F511E9

Text Example


Text Example

White with #F511E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F511E9; }

 p { color: rgb(245,17,233); }

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

background-color css

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

 a { background-color: rgb(245,17,233); }

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

border-color css

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

 span { border-color: rgb(245,17,233); }

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