Html Css Color HEX #F52EFE Magenta

📋 copy color: '#F52EFE'

red 245 ◦ green 46 ◦ blue 254

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

Shades of Magenta #F52EFE

Tints of Magenta #F52EFE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 8.44%

 BLUE value IS 254 (99.61% from 255) = 46.61%

R = 44.95%
G = 8.44%
B = 46.61%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F52EFE (or 0xF52EFE) is known color: Magenta. HEX triplet: F5, 2E and FE. RGB value is (245,46,254). Sum of RGB (Red+Green+Blue) = 245+46+254=545 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.95% from 545); Green value is 46 (18.36% from 255 or 8.44% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #F52EFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F52EFE is #0AD101. Grayscale: #808080. Windows color (decimal): -708866 or 16658165. OLE color: 16658165.

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

Color convert

RGB 245 46 254 -
CMYK 0.04 0.82 0 0.00
HSL 297.4º 0.99% 0.59% -
HSV(B) 297.4º 0.82% 1% -
XYZ 56.52 28.52 96.29 -
YUV 129.21 198.43 210.59 -
System Red Green Blue C M Y K H S L
Decimal 245 46 254 0.04 0.82 0 0.00 297.4 0.99 0.59
Hex F5 2E FE 4 52 0 0 129 63 3B
Octal 365 56 376 4 122 0 0 451 143 73
Binary 11110101 101110 11111110 100 1010010 0 0 100101001 1100011 111011

Color Harmonies of #F52EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52EFE

Black with #F52EFE

Text Example


Text Example

White with #F52EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52EFE; }

 p { color: rgb(245,46,254); }

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

background-color css

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

 a { background-color: rgb(245,46,254); }

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

border-color css

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

 span { border-color: rgb(245,46,254); }

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