Html Css Color HEX #F52BFA Magenta

📋 copy color: '#F52BFA'

red 245 ◦ green 43 ◦ blue 250

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

Shades of Magenta #F52BFA

Tints of Magenta #F52BFA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 7.99%

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

R = 45.54%
G = 7.99%
B = 46.47%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F52BFA (or 0xF52BFA) is known color: Magenta. HEX triplet: F5, 2B and FA. RGB value is (245,43,250). Sum of RGB (Red+Green+Blue) = 245+43+250=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 43 (17.19% from 255 or 7.99% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #F52BFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F52BFA is #0AD405. Grayscale: #7E7E7E. Windows color (decimal): -709638 or 16395253. OLE color: 16395253.

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

Color convert

RGB 245 43 250 -
CMYK 0.02 0.83 0 0.02
HSL 298.55º 0.95% 0.57% -
HSV(B) 298.55º 0.83% 0.98% -
XYZ 55.78 28.04 92.92 -
YUV 127 197.42 212.17 -
System Red Green Blue C M Y K H S L
Decimal 245 43 250 0.02 0.83 0 0.02 298.55 0.95 0.57
Hex F5 2B FA 2 53 0 2 12B 5F 39
Octal 365 53 372 2 123 0 2 453 137 71
Binary 11110101 101011 11111010 10 1010011 0 10 100101011 1011111 111001

Color Harmonies of #F52BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52BFA

Black with #F52BFA

Text Example


Text Example

White with #F52BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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