#FE36E2

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

Shades of Razzle Dazzle Rose #FE36E2

Tints of Razzle Dazzle Rose #FE36E2

Color information

#FE36E2 (or 0xFE36E2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 36 and E2. RGB value is (254,54,226). Sum of RGB (Red+Green+Blue) = 254+54+226=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 54 (21.48% from 255 or 10.11% from 534); Blue value is 226 (88.67% from 255 or 42.32% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FE36E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE36E2 is #01C91D. Grayscale: #848484. Windows color (decimal): -117022 or 14825214. OLE color: 14825214.

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

Color convert

RGB25454226-
CMYK00.790.110.00
HSL308.4º99.01%60.39%-
HSV(B)308.4º78.74%99.61%-
XYZ55.9229.274.64-
YUV133.41180.26214.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.57%
GREEN value IS 54 (21.48% from 255) = 10.11%
BLUE value IS 226 (88.67% from 255) = 42.32%
R=47.57%
G=10.11%
B=42.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2545422600.790.110.00308.499.0160.39
HexFE36E204FB0134633c
Octal37666342011713046414374
Binary111111101101101110001001001111101101001101001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE36E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE36E2; }

 p { color: rgb(254,54,226); }

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

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

 a { background-color: rgb(254,54,226); }

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

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

 span { border-color: rgb(254,54,226); }

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