Html Css Color HEX #F52CFB Magenta

📋 copy color: '#F52CFB'

red 245 ◦ green 44 ◦ blue 251

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

Shades of Magenta #F52CFB

Tints of Magenta #F52CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.48%

R = 45.37%
G = 8.15%
B = 46.48%

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

#F52CFB (or 0xF52CFB) is known color: Magenta. HEX triplet: F5, 2C and FB. RGB value is (245,44,251). Sum of RGB (Red+Green+Blue) = 245+44+251=540 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.37% from 540); Green value is 44 (17.58% from 255 or 8.15% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #F52CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F52CFB is #0AD304. Grayscale: #7F7F7F. Windows color (decimal): -709381 or 16461045. OLE color: 16461045.

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

Color convert

RGB 245 44 251 -
CMYK 0.02 0.82 0 0.02
HSL 298.26º 0.96% 0.58% -
HSV(B) 298.26º 0.82% 0.98% -
XYZ 55.97 28.18 93.76 -
YUV 127.7 197.59 211.67 -
System Red Green Blue C M Y K H S L
Decimal 245 44 251 0.02 0.82 0 0.02 298.26 0.96 0.58
Hex F5 2C FB 2 52 0 2 12A 60 3A
Octal 365 54 373 2 122 0 2 452 140 72
Binary 11110101 101100 11111011 10 1010010 0 10 100101010 1100000 111010

Color Harmonies of #F52CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52CFB

Black with #F52CFB

Text Example


Text Example

White with #F52CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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