#FE29C4

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

Shades of Razzle Dazzle Rose #FE29C4

Tints of Razzle Dazzle Rose #FE29C4

Color information

#FE29C4 (or 0xFE29C4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 29 and C4. RGB value is (254,41,196). Sum of RGB (Red+Green+Blue) = 254+41+196=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 41 (16.41% from 255 or 8.35% from 491); Blue value is 196 (76.95% from 255 or 39.92% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE29C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE29C4 is #01D63B. Grayscale: #797979. Windows color (decimal): -120380 or 12855806. OLE color: 12855806.

HSL color Cylindrical-coordinate representation of color #FE29C4: hue angle of 316.34º 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 #FE29C4 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.00.

Color convert

RGB25441196-
CMYK00.840.230.00
HSL316.34º99.07%57.84%-
HSV(B)316.34º83.86%99.61%-
XYZ51.6326.6454.65-
YUV122.36169.57221.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.73%
GREEN value IS 41 (16.41% from 255) = 8.35%
BLUE value IS 196 (76.95% from 255) = 39.92%
R=51.73%
G=8.35%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2544119600.840.230.00316.3499.0757.84
HexFE29C405417013c633a
Octal37651304012427047414372
Binary1111111010100111000100010101001011101001111001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE29C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE29C4; }

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

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

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

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

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

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

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

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