Html Css Color HEX #FC93F0 Pale Magenta

📋 copy color: '#FC93F0'

red 252 ◦ green 147 ◦ blue 240

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

Shades of Pale Magenta #FC93F0

Tints of Pale Magenta #FC93F0

RGB

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

 GREEN value IS 147 (57.81% from 255) = 23%

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

R = 39.44%
G = 23%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC93F0 (or 0xFC93F0) is known color: Pale Magenta. HEX triplet: FC, 93 and F0. RGB value is (252,147,240). Sum of RGB (Red+Green+Blue) = 252+147+240=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 147 (57.81% from 255 or 23.00% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC93F0 is #036C0F. Grayscale: #BCBCBC. Windows color (decimal): -224272 or 15766524. OLE color: 15766524.

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

Color convert

RGB 252 147 240 -
CMYK 0 0.42 0.05 0.01
HSL 306.86º 0.95% 0.78% -
HSV(B) 306.86º 0.42% 0.99% -
XYZ 66.31 47.85 88.18 -
YUV 189 156.79 172.94 -
System Red Green Blue C M Y K H S L
Decimal 252 147 240 0 0.42 0.05 0.01 306.86 0.95 0.78
Hex FC 93 F0 0 2A 5 1 133 5F 4E
Octal 374 223 360 0 52 5 1 463 137 116
Binary 11111100 10010011 11110000 0 101010 101 1 100110011 1011111 1001110

Color Harmonies of #FC93F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC93F0

Black with #FC93F0

Text Example


Text Example

White with #FC93F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC93F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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