#FD7CFA

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

Shades of Fuchsia Pink #FD7CFA

Tints of Fuchsia Pink #FD7CFA

Color information

#FD7CFA (or 0xFD7CFA) is unknown color: approx Fuchsia Pink. HEX triplet: FD, 7C and FA. RGB value is (253,124,250). Sum of RGB (Red+Green+Blue) = 253+124+250=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 124 (48.83% from 255 or 19.78% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7CFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD7CFA is #028305. Grayscale: #B0B0B0. Windows color (decimal): -164614 or 16415997. OLE color: 16415997.

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

Color convert

RGB253124250-
CMYK00.510.010.01
HSL301.4º96.99%73.92%-
HSV(B)301.4º50.99%99.22%-
XYZ64.9742.295.16-
YUV176.94169.24182.25-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.35%
GREEN value IS 124 (48.83% from 255) = 19.78%
BLUE value IS 250 (98.05% from 255) = 39.87%
R=40.35%
G=19.78%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312425000.510.010.01301.496.9973.92
HexFD7CFA0331112d614a
Octal37517437206311455141112
Binary1111110111111001111101001100111110010110111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7CFA; }

 p { color: rgb(253,124,250); }

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

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

 a { background-color: rgb(253,124,250); }

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

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

 span { border-color: rgb(253,124,250); }

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