Html Css Color HEX #F52BFF Magenta

📋 copy color: '#F52BFF'

red 245 ◦ green 43 ◦ blue 255

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

Shades of Magenta #F52BFF

Tints of Magenta #F52BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.96%

R = 45.12%
G = 7.92%
B = 46.96%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F52BFF (or 0xF52BFF) is known color: Magenta. HEX triplet: F5, 2B and FF. RGB value is (245,43,255). Sum of RGB (Red+Green+Blue) = 245+43+255=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 43 (17.19% from 255 or 7.92% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #F52BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F52BFF is #0AD400. Grayscale: #7E7E7E. Windows color (decimal): -709633 or 16722933. OLE color: 16722933.

HSL color Cylindrical-coordinate representation of color #F52BFF: hue angle of 297.17º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F52BFF is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 245 43 255 -
CMYK 0.04 0.83 0 0
HSL 297.17º 1% 0.58% -
HSV(B) 297.17º 0.83% 1% -
XYZ 56.57 28.36 97.1 -
YUV 127.57 199.92 211.76 -
System Red Green Blue C M Y K H S L
Decimal 245 43 255 0.04 0.83 0 0 297.17 1 0.58
Hex F5 2B FF 4 53 0 0 129 64 3A
Octal 365 53 377 4 123 0 0 451 144 72
Binary 11110101 101011 11111111 100 1010011 0 0 100101001 1100100 111010

Color Harmonies of #F52BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52BFF

Black with #F52BFF

Text Example


Text Example

White with #F52BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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