#FD568A

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

Shades of French Rose #FD568A

Tints of French Rose #FD568A

Color information

#FD568A (or 0xFD568A) is unknown color: approx French Rose. HEX triplet: FD, 56 and 8A. RGB value is (253,86,138). Sum of RGB (Red+Green+Blue) = 253+86+138=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 86 (33.98% from 255 or 18.03% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FD568A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD568A is #02A975. Grayscale: #8D8D8D. Windows color (decimal): -174454 or 9066237. OLE color: 9066237.

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

Color convert

RGB25386138-
CMYK00.660.450.01
HSL341.32º97.66%66.47%-
HSV(B)341.32º66.01%99.22%-
XYZ48.4229.3727.16-
YUV141.86125.83207.27-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.04%
GREEN value IS 86 (33.98% from 255) = 18.03%
BLUE value IS 138 (54.30% from 255) = 28.93%
R=53.04%
G=18.03%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538613800.660.450.01341.3297.6666.47
HexFD568A0422D11556242
Octal3751262120102551525142102
Binary1111110110101101000101001000010101101110101010111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD568A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD568A; }

 p { color: rgb(253,86,138); }

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

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

 a { background-color: rgb(253,86,138); }

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

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

 span { border-color: rgb(253,86,138); }

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