#fc7cf0

Color #FC7CF0 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FC7CF0

Tints of Pale Magenta #FC7CF0

Color information

#FC7CF0 (or 0xFC7CF0) is unknown color: approx Pale Magenta. HEX triplet: FC, 7C and F0. RGB value is (252,124,240). Sum of RGB (Red+Green+Blue) = 252+124+240=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 124 (48.83% from 255 or 20.13% from 616); Blue value is 240 (94.14% from 255 or 38.96% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7CF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7CF0 is #03830F. Grayscale: #AFAFAF. Windows color (decimal): -230160 or 15760636. OLE color: 15760636.

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

Color convert

RGB252124240-
CMYK00.510.050.01
HSL305.62º95.52%73.73%-
HSV(B)305.62º50.79%98.82%-
XYZ63.0841.487.1-
YUV175.5164.41182.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.91%
GREEN value IS 124 (48.83% from 255) = 20.13%
BLUE value IS 240 (94.14% from 255) = 38.96%
R=40.91%
G=20.13%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212424000.510.050.01305.6295.5273.73
HexFC7CF003351132604a
Octal37417436006351462140112
Binary111111001111100111100000110011101110011001011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc7cf0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc7cf0; }

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

 H1.HeaderClassName
 {
   color: #fc7cf0;
 }
 .AnyTagClassName
 {
   color: #fc7cf0;
 }
</style>
background-color css

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

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

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

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

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

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