#FD7CF4

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

Shades of Fuchsia Pink #FD7CF4

Tints of Fuchsia Pink #FD7CF4

Color information

#FD7CF4 (or 0xFD7CF4) is unknown color: approx Fuchsia Pink. HEX triplet: FD, 7C and F4. RGB value is (253,124,244). Sum of RGB (Red+Green+Blue) = 253+124+244=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 124 (48.83% from 255 or 19.97% from 621); Blue value is 244 (95.70% from 255 or 39.29% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7CF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD7CF4 is #02830B. Grayscale: #AFAFAF. Windows color (decimal): -164620 or 16022781. OLE color: 16022781.

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

Color convert

RGB253124244-
CMYK00.510.040.01
HSL304.19º96.99%73.92%-
HSV(B)304.19º50.99%99.22%-
XYZ64.0441.8390.29-
YUV176.25166.24182.74-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.74%
GREEN value IS 124 (48.83% from 255) = 19.97%
BLUE value IS 244 (95.70% from 255) = 39.29%
R=40.74%
G=19.97%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312424400.510.040.01304.1996.9973.92
HexFD7CF403341130614a
Octal37517436406341460141112
Binary111111011111100111101000110011100110011000011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7CF4; }

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

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

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

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

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

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

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

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