#FD7CF5

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

Shades of Fuchsia Pink #FD7CF5

Tints of Fuchsia Pink #FD7CF5

Color information

#FD7CF5 (or 0xFD7CF5) is unknown color: approx Fuchsia Pink. HEX triplet: FD, 7C and F5. RGB value is (253,124,245). Sum of RGB (Red+Green+Blue) = 253+124+245=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 124 (48.83% from 255 or 19.94% from 622); Blue value is 245 (96.09% from 255 or 39.39% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7CF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD7CF5 is #02830A. Grayscale: #B0B0B0. Windows color (decimal): -164619 or 16088317. OLE color: 16088317.

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

Color convert

RGB253124245-
CMYK00.510.030.01
HSL303.72º96.99%73.92%-
HSV(B)303.72º50.99%99.22%-
XYZ64.241.8991.09-
YUV176.36166.74182.66-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.68%
GREEN value IS 124 (48.83% from 255) = 19.94%
BLUE value IS 245 (96.09% from 255) = 39.39%
R=40.68%
G=19.94%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312424500.510.030.01303.7296.9973.92
HexFD7CF503331130614a
Octal37517436506331460141112
Binary11111101111110011110101011001111110011000011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7CF5; }

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

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

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

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

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

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

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

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