Html Css Color HEX #F511FA Magenta

📋 copy color: '#F511FA'

red 245 ◦ green 17 ◦ blue 250

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

Shades of Magenta #F511FA

Tints of Magenta #F511FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.83%

R = 47.85%
G = 3.32%
B = 48.83%

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

#F511FA (or 0xF511FA) is known color: Magenta. HEX triplet: F5, 11 and FA. RGB value is (245,17,250). Sum of RGB (Red+Green+Blue) = 245+17+250=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 17 (7.03% from 255 or 3.32% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #F511FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F511FA is #0AEE05. Grayscale: #6F6F6F. Windows color (decimal): -716294 or 16388597. OLE color: 16388597.

HSL color Cylindrical-coordinate representation of color #F511FA: hue angle of 298.71º degrees, saturation: 0.96, 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 #F511FA is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 17 250 -
CMYK 0.02 0.93 0 0.02
HSL 298.71º 0.96% 0.52% -
HSV(B) 298.71º 0.93% 0.98% -
XYZ 55.11 26.72 92.69 -
YUV 111.73 206.04 223.05 -
System Red Green Blue C M Y K H S L
Decimal 245 17 250 0.02 0.93 0 0.02 298.71 0.96 0.52
Hex F5 11 FA 2 5D 0 2 12B 60 34
Octal 365 21 372 2 135 0 2 453 140 64
Binary 11110101 10001 11111010 10 1011101 0 10 100101011 1100000 110100

Color Harmonies of #F511FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F511FA

Black with #F511FA

Text Example


Text Example

White with #F511FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F511FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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