#FD45E3

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

Shades of Razzle Dazzle Rose #FD45E3

Tints of Razzle Dazzle Rose #FD45E3

Color information

#FD45E3 (or 0xFD45E3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 45 and E3. RGB value is (253,69,227). Sum of RGB (Red+Green+Blue) = 253+69+227=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 69 (27.34% from 255 or 12.57% from 549); Blue value is 227 (89.06% from 255 or 41.35% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FD45E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD45E3 is #02BA1C. Grayscale: #8D8D8D. Windows color (decimal): -178717 or 14894589. OLE color: 14894589.

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

Color convert

RGB25369227-
CMYK00.730.100.01
HSL308.48º97.87%63.14%-
HSV(B)308.48º72.73%99.22%-
XYZ56.530.6875.62-
YUV142.03175.96207.15-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.08%
GREEN value IS 69 (27.34% from 255) = 12.57%
BLUE value IS 227 (89.06% from 255) = 41.35%
R=46.08%
G=12.57%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536922700.730.100.01308.4897.8763.14
HexFD45E3049A1134623f
Octal375105343011112146414277
Binary1111110110001011110001101001001101011001101001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD45E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD45E3; }

 p { color: rgb(253,69,227); }

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

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

 a { background-color: rgb(253,69,227); }

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

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

 span { border-color: rgb(253,69,227); }

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