#FD45E6

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

Shades of Razzle Dazzle Rose #FD45E6

Tints of Razzle Dazzle Rose #FD45E6

Color information

#FD45E6 (or 0xFD45E6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 45 and E6. RGB value is (253,69,230). Sum of RGB (Red+Green+Blue) = 253+69+230=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 69 (27.34% from 255 or 12.5% from 552); Blue value is 230 (90.23% from 255 or 41.67% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FD45E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD45E6 is #02BA19. Grayscale: #8D8D8D. Windows color (decimal): -178714 or 15091197. OLE color: 15091197.

HSL color Cylindrical-coordinate representation of color #FD45E6: hue angle of 307.5º 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 #FD45E6 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB25369230-
CMYK00.730.090.01
HSL307.5º97.87%63.14%-
HSV(B)307.5º72.73%99.22%-
XYZ56.9230.8577.82-
YUV142.37177.46206.91-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.83%
GREEN value IS 69 (27.34% from 255) = 12.5%
BLUE value IS 230 (90.23% from 255) = 41.67%
R=45.83%
G=12.5%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536923000.730.090.01307.597.8763.14
HexFD45E604991134623f
Octal375105346011111146414277
Binary1111110110001011110011001001001100111001101001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD45E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD45E6; }

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

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

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

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

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

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

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

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