#FD40E2

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

Shades of Razzle Dazzle Rose #FD40E2

Tints of Razzle Dazzle Rose #FD40E2

Color information

#FD40E2 (or 0xFD40E2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 40 and E2. RGB value is (253,64,226). Sum of RGB (Red+Green+Blue) = 253+64+226=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 64 (25.39% from 255 or 11.79% from 543); Blue value is 226 (88.67% from 255 or 41.62% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FD40E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD40E2 is #02BF1D. Grayscale: #8A8A8A. Windows color (decimal): -179998 or 14827773. OLE color: 14827773.

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

Color convert

RGB25364226-
CMYK00.750.110.01
HSL308.57º97.93%62.16%-
HSV(B)308.57º74.7%99.22%-
XYZ56.0730.0474.79-
YUV138.98177.12209.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.59%
GREEN value IS 64 (25.39% from 255) = 11.79%
BLUE value IS 226 (88.67% from 255) = 41.62%
R=46.59%
G=11.79%
B=41.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536422600.750.110.01308.5797.9362.16
HexFD40E204BB1135623e
Octal375100342011313146514276
Binary1111110110000001110001001001011101111001101011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD40E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD40E2; }

 p { color: rgb(253,64,226); }

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

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

 a { background-color: rgb(253,64,226); }

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

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

 span { border-color: rgb(253,64,226); }

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