#FD39E3

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

Shades of Razzle Dazzle Rose #FD39E3

Tints of Razzle Dazzle Rose #FD39E3

Color information

#FD39E3 (or 0xFD39E3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 39 and E3. RGB value is (253,57,227). Sum of RGB (Red+Green+Blue) = 253+57+227=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 57 (22.66% from 255 or 10.61% from 537); Blue value is 227 (89.06% from 255 or 42.27% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FD39E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD39E3 is #02C61C. Grayscale: #868686. Windows color (decimal): -181789 or 14891517. OLE color: 14891517.

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

Color convert

RGB25357227-
CMYK00.770.100.01
HSL307.96º98%60.78%-
HSV(B)307.96º77.47%99.22%-
XYZ55.8429.3575.4-
YUV134.98179.93212.18-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.11%
GREEN value IS 57 (22.66% from 255) = 10.61%
BLUE value IS 227 (89.06% from 255) = 42.27%
R=47.11%
G=10.61%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535722700.770.100.01307.969860.78
HexFD39E304DA1134623d
Octal37571343011512146414275
Binary111111011110011110001101001101101011001101001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD39E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD39E3; }

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

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

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

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

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

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

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

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