#FD3AEE

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

Shades of Razzle Dazzle Rose #FD3AEE

Tints of Razzle Dazzle Rose #FD3AEE

Color information

#FD3AEE (or 0xFD3AEE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 3A and EE. RGB value is (253,58,238). Sum of RGB (Red+Green+Blue) = 253+58+238=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 58 (23.05% from 255 or 10.56% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3AEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD3AEE is #02C511. Grayscale: #888888. Windows color (decimal): -181522 or 15612669. OLE color: 15612669.

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

Color convert

RGB25358238-
CMYK00.770.060.01
HSL304.62º97.99%60.98%-
HSV(B)304.62º77.08%99.22%-
XYZ57.4530.0883.67-
YUV136.82185.1210.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.08%
GREEN value IS 58 (23.05% from 255) = 10.56%
BLUE value IS 238 (93.36% from 255) = 43.35%
R=46.08%
G=10.56%
B=43.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535823800.770.060.01304.6297.9960.98
HexFD3AEE04D61131623d
Octal3757235601156146114275
Binary11111101111010111011100100110111011001100011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3AEE; }

 p { color: rgb(253,58,238); }

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

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

 a { background-color: rgb(253,58,238); }

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

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

 span { border-color: rgb(253,58,238); }

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