Html Css Color HEX #FC24FF Magenta

📋 copy color: '#FC24FF'

red 252 ◦ green 36 ◦ blue 255

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

Shades of Magenta #FC24FF

Tints of Magenta #FC24FF

RGB

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

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

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

R = 46.41%
G = 6.63%
B = 46.96%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC24FF (or 0xFC24FF) is known color: Magenta. HEX triplet: FC, 24 and FF. RGB value is (252,36,255). Sum of RGB (Red+Green+Blue) = 252+36+255=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 36 (14.45% from 255 or 6.63% 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 #FC24FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC24FF is #03DB00. Grayscale: #7C7C7C. Windows color (decimal): -252673 or 16721148. OLE color: 16721148.

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

Color convert

RGB 252 36 255 -
CMYK 0.01 0.86 0 0
HSL 299.18º 1% 0.57% -
HSV(B) 299.18º 0.86% 1% -
XYZ 58.83 29.18 97.14 -
YUV 125.55 201.06 218.19 -
System Red Green Blue C M Y K H S L
Decimal 252 36 255 0.01 0.86 0 0 299.18 1 0.57
Hex FC 24 FF 1 56 0 0 12B 64 39
Octal 374 44 377 1 126 0 0 453 144 71
Binary 11111100 100100 11111111 1 1010110 0 0 100101011 1100100 111001

Color Harmonies of #FC24FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC24FF

Black with #FC24FF

Text Example


Text Example

White with #FC24FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC24FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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