#FE33BD

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

Shades of Razzle Dazzle Rose #FE33BD

Tints of Razzle Dazzle Rose #FE33BD

Color information

#FE33BD (or 0xFE33BD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 33 and BD. RGB value is (254,51,189). Sum of RGB (Red+Green+Blue) = 254+51+189=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 51 (20.31% from 255 or 10.32% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE33BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE33BD is #01CC42. Grayscale: #7F7F7F. Windows color (decimal): -117827 or 12399614. OLE color: 12399614.

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

Color convert

RGB25451189-
CMYK00.800.260.00
HSL319.21º99.02%59.8%-
HSV(B)319.21º79.92%99.61%-
XYZ51.2427.1150.68-
YUV127.43162.75218.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.42%
GREEN value IS 51 (20.31% from 255) = 10.32%
BLUE value IS 189 (74.22% from 255) = 38.26%
R=51.42%
G=10.32%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2545118900.800.260.00319.2199.0259.8
HexFE33BD0501A013f633c
Octal37663275012032047714374
Binary1111111011001110111101010100001101001001111111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE33BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE33BD; }

 p { color: rgb(254,51,189); }

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

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

 a { background-color: rgb(254,51,189); }

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

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

 span { border-color: rgb(254,51,189); }

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