#FD5C92

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

Shades of French Rose #FD5C92

Tints of French Rose #FD5C92

Color information

#FD5C92 (or 0xFD5C92) is unknown color: approx French Rose. HEX triplet: FD, 5C and 92. RGB value is (253,92,146). Sum of RGB (Red+Green+Blue) = 253+92+146=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 92 (36.33% from 255 or 18.74% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5C92 is #02A36D. Grayscale: #929292. Windows color (decimal): -172910 or 9592061. OLE color: 9592061.

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

Color convert

RGB25392146-
CMYK00.640.420.01
HSL339.88º97.58%67.65%-
HSV(B)339.88º63.64%99.22%-
XYZ49.5230.6130.49-
YUV146.29127.84204.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.53%
GREEN value IS 92 (36.33% from 255) = 18.74%
BLUE value IS 146 (57.42% from 255) = 29.74%
R=51.53%
G=18.74%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539214600.640.420.01339.8897.5867.65
HexFD5C920402A11546244
Octal3751342220100521524142104
Binary1111110110111001001001001000000101010110101010011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5C92; }

 p { color: rgb(253,92,146); }

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

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

 a { background-color: rgb(253,92,146); }

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

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

 span { border-color: rgb(253,92,146); }

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