Html Css Color HEX #FC24F0 Magenta

📋 copy color: '#FC24F0'

red 252 ◦ green 36 ◦ blue 240

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

Shades of Magenta #FC24F0

Tints of Magenta #FC24F0

RGB

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

 GREEN value IS 36 (14.45% from 255) = 6.82%

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

R = 47.73%
G = 6.82%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC24F0 (or 0xFC24F0) is known color: Magenta. HEX triplet: FC, 24 and F0. RGB value is (252,36,240). Sum of RGB (Red+Green+Blue) = 252+36+240=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 36 (14.45% from 255 or 6.82% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FC24F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC24F0 is #03DB0F. Grayscale: #7B7B7B. Windows color (decimal): -252688 or 15738108. OLE color: 15738108.

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

Color convert

RGB 252 36 240 -
CMYK 0 0.86 0.05 0.01
HSL 303.33º 0.97% 0.56% -
HSV(B) 303.33º 0.86% 0.99% -
XYZ 56.5 28.25 84.91 -
YUV 123.84 193.56 219.41 -
System Red Green Blue C M Y K H S L
Decimal 252 36 240 0 0.86 0.05 0.01 303.33 0.97 0.56
Hex FC 24 F0 0 56 5 1 12F 61 38
Octal 374 44 360 0 126 5 1 457 141 70
Binary 11111100 100100 11110000 0 1010110 101 1 100101111 1100001 111000

Color Harmonies of #FC24F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC24F0

Black with #FC24F0

Text Example


Text Example

White with #FC24F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC24F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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