#FE29CC

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

Shades of Razzle Dazzle Rose #FE29CC

Tints of Razzle Dazzle Rose #FE29CC

Color information

#FE29CC (or 0xFE29CC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 29 and CC. RGB value is (254,41,204). Sum of RGB (Red+Green+Blue) = 254+41+204=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 41 (16.41% from 255 or 8.22% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE29CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE29CC is #01D633. Grayscale: #7A7A7A. Windows color (decimal): -120372 or 13380094. OLE color: 13380094.

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

Color convert

RGB25441204-
CMYK00.840.200.00
HSL314.08º99.07%57.84%-
HSV(B)314.08º83.86%99.61%-
XYZ52.5727.0259.57-
YUV123.27173.57221.25-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.90%
GREEN value IS 41 (16.41% from 255) = 8.22%
BLUE value IS 204 (80.08% from 255) = 40.88%
R=50.90%
G=8.22%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2544120400.840.200.00314.0899.0757.84
HexFE29CC05414013a633a
Octal37651314012424047214372
Binary1111111010100111001100010101001010001001110101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE29CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE29CC; }

 p { color: rgb(254,41,204); }

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

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

 a { background-color: rgb(254,41,204); }

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

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

 span { border-color: rgb(254,41,204); }

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