#FE32C3

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

Shades of Razzle Dazzle Rose #FE32C3

Tints of Razzle Dazzle Rose #FE32C3

Color information

#FE32C3 (or 0xFE32C3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 32 and C3. RGB value is (254,50,195). Sum of RGB (Red+Green+Blue) = 254+50+195=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 50 (19.92% from 255 or 10.02% from 499); Blue value is 195 (76.56% from 255 or 39.08% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE32C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE32C3 is #01CD3C. Grayscale: #7F7F7F. Windows color (decimal): -118077 or 12792574. OLE color: 12792574.

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

Color convert

RGB25450195-
CMYK00.800.230.00
HSL317.35º99.03%59.61%-
HSV(B)317.35º80.31%99.61%-
XYZ51.8627.2954.16-
YUV127.53166.09218.21-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.90%
GREEN value IS 50 (19.92% from 255) = 10.02%
BLUE value IS 195 (76.56% from 255) = 39.08%
R=50.90%
G=10.02%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2545019500.800.230.00317.3599.0359.61
HexFE32C305017013d633c
Octal37662303012027047514374
Binary1111111011001011000011010100001011101001111011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE32C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE32C3; }

 p { color: rgb(254,50,195); }

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

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

 a { background-color: rgb(254,50,195); }

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

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

 span { border-color: rgb(254,50,195); }

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