#FD7CF6

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

Shades of Fuchsia Pink #FD7CF6

Tints of Fuchsia Pink #FD7CF6

Color information

#FD7CF6 (or 0xFD7CF6) is unknown color: approx Fuchsia Pink. HEX triplet: FD, 7C and F6. RGB value is (253,124,246). Sum of RGB (Red+Green+Blue) = 253+124+246=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 124 (48.83% from 255 or 19.90% from 623); Blue value is 246 (96.48% from 255 or 39.49% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7CF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD7CF6 is #028309. Grayscale: #B0B0B0. Windows color (decimal): -164618 or 16153853. OLE color: 16153853.

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

Color convert

RGB253124246-
CMYK00.510.030.01
HSL303.26º96.99%73.92%-
HSV(B)303.26º50.99%99.22%-
XYZ64.3541.9591.89-
YUV176.48167.24182.58-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.61%
GREEN value IS 124 (48.83% from 255) = 19.90%
BLUE value IS 246 (96.48% from 255) = 39.49%
R=40.61%
G=19.90%
B=39.49%

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
Decimal25312424600.510.030.01303.2696.9973.92
HexFD7CF60333112f614a
Octal37517436606331457141112
Binary11111101111110011110110011001111110010111111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7CF6; }

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

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

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

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

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

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

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

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