Html Css Color HEX #F511F9 Magenta

📋 copy color: '#F511F9'

red 245 ◦ green 17 ◦ blue 249

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

Shades of Magenta #F511F9

Tints of Magenta #F511F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.73%

R = 47.95%
G = 3.33%
B = 48.73%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F511F9 (or 0xF511F9) is known color: Magenta. HEX triplet: F5, 11 and F9. RGB value is (245,17,249). Sum of RGB (Red+Green+Blue) = 245+17+249=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 17 (7.03% from 255 or 3.33% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 249 - color contains mainly: blue. Hex color #F511F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F511F9 is #0AEE06. Grayscale: #6E6E6E. Windows color (decimal): -716295 or 16323061. OLE color: 16323061.

HSL color Cylindrical-coordinate representation of color #F511F9: hue angle of 298.97º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F511F9 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 17 249 -
CMYK 0.02 0.93 0 0.02
HSL 298.97º 0.95% 0.52% -
HSV(B) 298.97º 0.93% 0.98% -
XYZ 54.96 26.65 91.87 -
YUV 111.62 205.54 223.14 -
System Red Green Blue C M Y K H S L
Decimal 245 17 249 0.02 0.93 0 0.02 298.97 0.95 0.52
Hex F5 11 F9 2 5D 0 2 12B 5F 34
Octal 365 21 371 2 135 0 2 453 137 64
Binary 11110101 10001 11111001 10 1011101 0 10 100101011 1011111 110100

Color Harmonies of #F511F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F511F9

Black with #F511F9

Text Example


Text Example

White with #F511F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F511F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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