#FD4C8D

Color #FD4C8D French Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Rose #FD4C8D

Tints of French Rose #FD4C8D

Color information

#FD4C8D (or 0xFD4C8D) is unknown color: approx French Rose. HEX triplet: FD, 4C and 8D. RGB value is (253,76,141). Sum of RGB (Red+Green+Blue) = 253+76+141=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4C8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4C8D is #02B372. Grayscale: #888888. Windows color (decimal): -177011 or 9260285. OLE color: 9260285.

HSL color Cylindrical-coordinate representation of color #FD4C8D: hue angle of 337.97º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD4C8D is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB25376141-
CMYK00.700.440.01
HSL337.97º97.79%64.51%-
HSV(B)337.97º69.96%99.22%-
XYZ47.927.9728.07-
YUV136.33130.64211.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.83%
GREEN value IS 76 (30.08% from 255) = 16.17%
BLUE value IS 141 (55.47% from 255) = 30%
R=53.83%
G=16.17%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2537614100.700.440.01337.9797.7964.51
HexFD4C8D0462C11526241
Octal3751142150106541522142101
Binary1111110110011001000110101000110101100110101001011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4C8D; }

 p { color: rgb(253,76,141); }

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

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

 a { background-color: rgb(253,76,141); }

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

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

 span { border-color: rgb(253,76,141); }

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