Html Css Color HEX #F51FFA Magenta

📋 copy color: '#F51FFA'

red 245 ◦ green 31 ◦ blue 250

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

Shades of Magenta #F51FFA

Tints of Magenta #F51FFA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 5.89%

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

R = 46.58%
G = 5.89%
B = 47.53%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F51FFA (or 0xF51FFA) is known color: Magenta. HEX triplet: F5, 1F and FA. RGB value is (245,31,250). Sum of RGB (Red+Green+Blue) = 245+31+250=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 31 (12.5% from 255 or 5.89% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #F51FFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F51FFA is #0AE005. Grayscale: #777777. Windows color (decimal): -712710 or 16392181. OLE color: 16392181.

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

Color convert

RGB 245 31 250 -
CMYK 0.02 0.88 0 0.02
HSL 298.63º 0.96% 0.55% -
HSV(B) 298.63º 0.88% 0.98% -
XYZ 55.4 27.29 92.79 -
YUV 119.95 201.4 217.19 -
System Red Green Blue C M Y K H S L
Decimal 245 31 250 0.02 0.88 0 0.02 298.63 0.96 0.55
Hex F5 1F FA 2 58 0 2 12B 60 37
Octal 365 37 372 2 130 0 2 453 140 67
Binary 11110101 11111 11111010 10 1011000 0 10 100101011 1100000 110111

Color Harmonies of #F51FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51FFA

Black with #F51FFA

Text Example


Text Example

White with #F51FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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