Html Css Color HEX #FC25EF Magenta

📋 copy color: '#FC25EF'

red 252 ◦ green 37 ◦ blue 239

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

Shades of Magenta #FC25EF

Tints of Magenta #FC25EF

RGB

 RED value IS 252 (98.83% from 255) = 47.73%

 GREEN value IS 37 (14.84% from 255) = 7.01%

 BLUE value IS 239 (93.75% from 255) = 45.27%

R = 47.73%
G = 7.01%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC25EF (or 0xFC25EF) is known color: Magenta. HEX triplet: FC, 25 and EF. RGB value is (252,37,239). Sum of RGB (Red+Green+Blue) = 252+37+239=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 37 (14.84% from 255 or 7.01% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FC25EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC25EF is #03DA10. Grayscale: #7B7B7B. Windows color (decimal): -252433 or 15672828. OLE color: 15672828.

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

Color convert

RGB 252 37 239 -
CMYK 0 0.85 0.05 0.01
HSL 303.63º 0.97% 0.57% -
HSV(B) 303.63º 0.85% 0.99% -
XYZ 56.39 28.25 84.14 -
YUV 124.31 192.73 219.07 -
System Red Green Blue C M Y K H S L
Decimal 252 37 239 0 0.85 0.05 0.01 303.63 0.97 0.57
Hex FC 25 EF 0 55 5 1 130 61 39
Octal 374 45 357 0 125 5 1 460 141 71
Binary 11111100 100101 11101111 0 1010101 101 1 100110000 1100001 111001

Color Harmonies of #FC25EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC25EF

Black with #FC25EF

Text Example


Text Example

White with #FC25EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC25EF; }

 p { color: rgb(252,37,239); }

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

background-color css

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

 a { background-color: rgb(252,37,239); }

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

border-color css

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

 span { border-color: rgb(252,37,239); }

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