#FD4A84

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

Shades of French Rose #FD4A84

Tints of French Rose #FD4A84

Color information

#FD4A84 (or 0xFD4A84) is unknown color: approx French Rose. HEX triplet: FD, 4A and 84. RGB value is (253,74,132). Sum of RGB (Red+Green+Blue) = 253+74+132=459 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.12% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 132 (51.95% from 255 or 28.76% from 459); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4A84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4A84 is #02B57B. Grayscale: #868686. Windows color (decimal): -177532 or 8669949. OLE color: 8669949.

HSL color Cylindrical-coordinate representation of color #FD4A84: hue angle of 340.56º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FD4A84 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB25374132-
CMYK00.710.480.01
HSL340.56º97.81%64.12%-
HSV(B)340.56º70.75%99.22%-
XYZ47.1227.4524.64-
YUV134.13126.8212.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.12%
GREEN value IS 74 (29.30% from 255) = 16.12%
BLUE value IS 132 (51.95% from 255) = 28.76%
R=55.12%
G=16.12%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2537413200.710.480.01340.5697.8164.12
HexFD4A840473011556240
Octal3751122040107601525142100
Binary1111110110010101000010001000111110000110101010111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4A84; }

 p { color: rgb(253,74,132); }

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

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

 a { background-color: rgb(253,74,132); }

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

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

 span { border-color: rgb(253,74,132); }

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