#FE40D1

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

Shades of Razzle Dazzle Rose #FE40D1

Tints of Razzle Dazzle Rose #FE40D1

Color information

#FE40D1 (or 0xFE40D1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 40 and D1. RGB value is (254,64,209). Sum of RGB (Red+Green+Blue) = 254+64+209=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 64 (25.39% from 255 or 12.14% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FE40D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE40D1 is #01BF2E. Grayscale: #888888. Windows color (decimal): -114479 or 13713662. OLE color: 13713662.

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

Color convert

RGB25464209-
CMYK00.750.180.00
HSL314.21º98.96%62.35%-
HSV(B)314.21º74.8%99.61%-
XYZ54.2229.3463.13-
YUV137.34168.45211.21-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.20%
GREEN value IS 64 (25.39% from 255) = 12.14%
BLUE value IS 209 (82.03% from 255) = 39.66%
R=48.20%
G=12.14%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2546420900.750.180.00314.2198.9662.35
HexFE40D104B12013a633e
Octal376100321011322047214376
Binary11111110100000011010001010010111001001001110101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE40D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE40D1; }

 p { color: rgb(254,64,209); }

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

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

 a { background-color: rgb(254,64,209); }

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

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

 span { border-color: rgb(254,64,209); }

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