Html Css Color HEX #FC25F0 Magenta

📋 copy color: '#FC25F0'

red 252 ◦ green 37 ◦ blue 240

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

Shades of Magenta #FC25F0

Tints of Magenta #FC25F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.37%

R = 47.64%
G = 6.99%
B = 45.37%

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

#FC25F0 (or 0xFC25F0) is known color: Magenta. HEX triplet: FC, 25 and F0. RGB value is (252,37,240). Sum of RGB (Red+Green+Blue) = 252+37+240=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 37 (14.84% from 255 or 6.99% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FC25F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC25F0 is #03DA0F. Grayscale: #7B7B7B. Windows color (decimal): -252432 or 15738364. OLE color: 15738364.

HSL color Cylindrical-coordinate representation of color #FC25F0: hue angle of 303.35º 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 #FC25F0 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 37 240 -
CMYK 0 0.85 0.05 0.01
HSL 303.35º 0.97% 0.57% -
HSV(B) 303.35º 0.85% 0.99% -
XYZ 56.53 28.31 84.92 -
YUV 124.43 193.23 218.99 -
System Red Green Blue C M Y K H S L
Decimal 252 37 240 0 0.85 0.05 0.01 303.35 0.97 0.57
Hex FC 25 F0 0 55 5 1 12F 61 39
Octal 374 45 360 0 125 5 1 457 141 71
Binary 11111100 100101 11110000 0 1010101 101 1 100101111 1100001 111001

Color Harmonies of #FC25F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC25F0

Black with #FC25F0

Text Example


Text Example

White with #FC25F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC25F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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