#fe2de6

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

Shades of Razzle Dazzle Rose #FE2DE6

Tints of Razzle Dazzle Rose #FE2DE6

Color information

#FE2DE6 (or 0xFE2DE6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 2D and E6. RGB value is (254,45,230). Sum of RGB (Red+Green+Blue) = 254+45+230=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 45 (17.97% from 255 or 8.51% from 529); Blue value is 230 (90.23% from 255 or 43.48% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2DE6 is #01D219. Grayscale: #808080. Windows color (decimal): -119322 or 15085054. OLE color: 15085054.

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

Color convert

RGB25445230-
CMYK00.820.090.00
HSL306.89º99.05%58.63%-
HSV(B)306.89º82.28%99.61%-
XYZ56.0928.6677.44-
YUV128.58185.24217.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.02%
GREEN value IS 45 (17.97% from 255) = 8.51%
BLUE value IS 230 (90.23% from 255) = 43.48%
R=48.02%
G=8.51%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2544523000.820.090.00306.8999.0558.63
HexFE2DE605290133633b
Octal37655346012211046314373
Binary111111101011011110011001010010100101001100111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe2de6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe2de6; }

 p { color: rgb(254,45,230); }

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

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

 a { background-color: rgb(254,45,230); }

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

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

 span { border-color: rgb(254,45,230); }

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