#FE44CB

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

Shades of Razzle Dazzle Rose #FE44CB

Tints of Razzle Dazzle Rose #FE44CB

Color information

#FE44CB (or 0xFE44CB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 44 and CB. RGB value is (254,68,203). Sum of RGB (Red+Green+Blue) = 254+68+203=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 68 (26.95% from 255 or 12.95% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE44CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE44CB is #01BB34. Grayscale: #8A8A8A. Windows color (decimal): -113461 or 13321470. OLE color: 13321470.

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

Color convert

RGB25468203-
CMYK00.730.200.00
HSL316.45º98.94%63.14%-
HSV(B)316.45º73.23%99.61%-
XYZ53.7229.5259.37-
YUV139164.12210.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.38%
GREEN value IS 68 (26.95% from 255) = 12.95%
BLUE value IS 203 (79.69% from 255) = 38.67%
R=48.38%
G=12.95%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2546820300.730.200.00316.4598.9463.14
HexFE44CB04914013c633f
Octal376104313011124047414377
Binary11111110100010011001011010010011010001001111001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE44CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE44CB; }

 p { color: rgb(254,68,203); }

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

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

 a { background-color: rgb(254,68,203); }

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

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

 span { border-color: rgb(254,68,203); }

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