#FE33B0

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

Shades of Persian Rose #FE33B0

Tints of Persian Rose #FE33B0

Color information

#FE33B0 (or 0xFE33B0) is unknown color: approx Persian Rose. HEX triplet: FE, 33 and B0. RGB value is (254,51,176). Sum of RGB (Red+Green+Blue) = 254+51+176=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 51 (20.31% from 255 or 10.60% from 481); Blue value is 176 (69.14% from 255 or 36.59% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE33B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE33B0 is #01CC4F. Grayscale: #7D7D7D. Windows color (decimal): -117840 or 11547646. OLE color: 11547646.

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

Color convert

RGB25451176-
CMYK00.800.310.00
HSL323.05º99.02%59.8%-
HSV(B)323.05º79.92%99.61%-
XYZ49.8926.5743.57-
YUV125.95156.25219.34-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.81%
GREEN value IS 51 (20.31% from 255) = 10.60%
BLUE value IS 176 (69.14% from 255) = 36.59%
R=52.81%
G=10.60%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2545117600.800.310.00323.0599.0259.8
HexFE33B00501F0143633c
Octal37663260012037050314374
Binary1111111011001110110000010100001111101010000111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE33B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE33B0; }

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

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

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

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

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

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

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

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