#FC7BFD

Color #FC7BFD Fuchsia Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia Pink #FC7BFD

Tints of Fuchsia Pink #FC7BFD

Color information

#FC7BFD (or 0xFC7BFD) is unknown color: approx Fuchsia Pink. HEX triplet: FC, 7B and FD. RGB value is (252,123,253). Sum of RGB (Red+Green+Blue) = 252+123+253=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 123 (48.44% from 255 or 19.59% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #FC7BFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7BFD is #038402. Grayscale: #B0B0B0. Windows color (decimal): -230403 or 16612348. OLE color: 16612348.

HSL color Cylindrical-coordinate representation of color #FC7BFD: hue angle of 299.54º degrees, saturation: 0.97, 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 #FC7BFD is Cyan = 0.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB252123253-
CMYK0.000.5100.01
HSL299.54º97.01%73.73%-
HSV(B)299.54º51.38%99.22%-
XYZ64.9641.9597.6-
YUV176.39171.24181.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.13%
GREEN value IS 123 (48.44% from 255) = 19.59%
BLUE value IS 253 (99.22% from 255) = 40.29%
R=40.13%
G=19.59%
B=40.29%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521232530.000.5100.01299.5497.0173.73
HexFC7BFD0330112c614a
Octal37417337506301454141112
Binary1111110011110111111110101100110110010110011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7BFD; }

 p { color: rgb(252,123,253); }

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

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

 a { background-color: rgb(252,123,253); }

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

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

 span { border-color: rgb(252,123,253); }

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