#FD2396

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

Shades of Persian Rose #FD2396

Tints of Persian Rose #FD2396

Color information

#FD2396 (or 0xFD2396) is unknown color: approx Persian Rose. HEX triplet: FD, 23 and 96. RGB value is (253,35,150). Sum of RGB (Red+Green+Blue) = 253+35+150=438 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.76% from 438); Green value is 35 (14.06% from 255 or 7.99% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2396 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2396 is #02DC69. Grayscale: #717171. Windows color (decimal): -187498 or 9839613. OLE color: 9839613.

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

Color convert

RGB25335150-
CMYK00.860.410.01
HSL328.35º98.2%56.47%-
HSV(B)328.35º86.17%99.22%-
XYZ46.6124.2931.09-
YUV113.29148.72227.65-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 57.76%
GREEN value IS 35 (14.06% from 255) = 7.99%
BLUE value IS 150 (58.98% from 255) = 34.25%
R=57.76%
G=7.99%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2533515000.860.410.01328.3598.256.47
HexFD23960562911486238
Octal37543226012651151014270
Binary11111101100011100101100101011010100111010010001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD2396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD2396; }

 p { color: rgb(253,35,150); }

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

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

 a { background-color: rgb(253,35,150); }

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

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

 span { border-color: rgb(253,35,150); }

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