Html Css Color HEX #F52CFA Magenta

📋 copy color: '#F52CFA'

red 245 ◦ green 44 ◦ blue 250

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

Shades of Magenta #F52CFA

Tints of Magenta #F52CFA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.16%

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

R = 45.45%
G = 8.16%
B = 46.38%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F52CFA (or 0xF52CFA) is known color: Magenta. HEX triplet: F5, 2C and FA. RGB value is (245,44,250). Sum of RGB (Red+Green+Blue) = 245+44+250=539 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.45% from 539); Green value is 44 (17.58% from 255 or 8.16% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #F52CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F52CFA is #0AD305. Grayscale: #7E7E7E. Windows color (decimal): -709382 or 16395509. OLE color: 16395509.

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

Color convert

RGB 245 44 250 -
CMYK 0.02 0.82 0 0.02
HSL 298.54º 0.95% 0.58% -
HSV(B) 298.54º 0.82% 0.98% -
XYZ 55.81 28.12 92.93 -
YUV 127.58 197.09 211.75 -
System Red Green Blue C M Y K H S L
Decimal 245 44 250 0.02 0.82 0 0.02 298.54 0.95 0.58
Hex F5 2C FA 2 52 0 2 12B 5F 3A
Octal 365 54 372 2 122 0 2 453 137 72
Binary 11110101 101100 11111010 10 1010010 0 10 100101011 1011111 111010

Color Harmonies of #F52CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52CFA

Black with #F52CFA

Text Example


Text Example

White with #F52CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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