#FE33BE

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

Shades of Razzle Dazzle Rose #FE33BE

Tints of Razzle Dazzle Rose #FE33BE

Color information

#FE33BE (or 0xFE33BE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 33 and BE. RGB value is (254,51,190). Sum of RGB (Red+Green+Blue) = 254+51+190=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 51 (20.31% from 255 or 10.30% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE33BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE33BE is #01CC41. Grayscale: #7F7F7F. Windows color (decimal): -117826 or 12465150. OLE color: 12465150.

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

Color convert

RGB25451190-
CMYK00.800.250.00
HSL318.92º99.02%59.8%-
HSV(B)318.92º79.92%99.61%-
XYZ51.3527.1651.25-
YUV127.54163.25218.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.31%
GREEN value IS 51 (20.31% from 255) = 10.30%
BLUE value IS 190 (74.61% from 255) = 38.38%
R=51.31%
G=10.30%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2545119000.800.250.00318.9299.0259.8
HexFE33BE05019013f633c
Octal37663276012031047714374
Binary1111111011001110111110010100001100101001111111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE33BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE33BE; }

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

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

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

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

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

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

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

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