Html Css Color HEX #F52FFC Magenta

📋 copy color: '#F52FFC'

red 245 ◦ green 47 ◦ blue 252

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

Shades of Magenta #F52FFC

Tints of Magenta #F52FFC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 8.64%

 BLUE value IS 252 (98.83% from 255) = 46.32%

R = 45.04%
G = 8.64%
B = 46.32%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F52FFC (or 0xF52FFC) is known color: Magenta. HEX triplet: F5, 2F and FC. RGB value is (245,47,252). Sum of RGB (Red+Green+Blue) = 245+47+252=544 (72% of max value = 765). Red value is 245 (96.09% from 255 or 45.04% from 544); Green value is 47 (18.75% from 255 or 8.64% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #F52FFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F52FFC is #0AD003. Grayscale: #808080. Windows color (decimal): -708612 or 16527349. OLE color: 16527349.

HSL color Cylindrical-coordinate representation of color #F52FFC: hue angle of 297.95º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F52FFC is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 245 47 252 -
CMYK 0.03 0.81 0 0.01
HSL 297.95º 0.97% 0.59% -
HSV(B) 297.95º 0.81% 0.99% -
XYZ 56.24 28.47 94.63 -
YUV 129.57 197.1 210.33 -
System Red Green Blue C M Y K H S L
Decimal 245 47 252 0.03 0.81 0 0.01 297.95 0.97 0.59
Hex F5 2F FC 3 51 0 1 12A 61 3B
Octal 365 57 374 3 121 0 1 452 141 73
Binary 11110101 101111 11111100 11 1010001 0 1 100101010 1100001 111011

Color Harmonies of #F52FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52FFC

Black with #F52FFC

Text Example


Text Example

White with #F52FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52FFC; }

 p { color: rgb(245,47,252); }

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

background-color css

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

 a { background-color: rgb(245,47,252); }

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

border-color css

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

 span { border-color: rgb(245,47,252); }

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