#FE21CB

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

Shades of Razzle Dazzle Rose #FE21CB

Tints of Razzle Dazzle Rose #FE21CB

Color information

#FE21CB (or 0xFE21CB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 21 and CB. RGB value is (254,33,203). Sum of RGB (Red+Green+Blue) = 254+33+203=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 33 (13.28% from 255 or 6.73% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE21CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE21CB is #01DE34. Grayscale: #767676. Windows color (decimal): -122421 or 13312510. OLE color: 13312510.

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

Color convert

RGB25433203-
CMYK00.870.200.00
HSL313.85º99.1%56.27%-
HSV(B)313.85º87.01%99.61%-
XYZ52.226.4758.86-
YUV118.46175.72224.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.84%
GREEN value IS 33 (13.28% from 255) = 6.73%
BLUE value IS 203 (79.69% from 255) = 41.43%
R=51.84%
G=6.73%
B=41.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2543320300.870.200.00313.8599.156.27
HexFE21CB05714013a6338
Octal37641313012724047214370
Binary1111111010000111001011010101111010001001110101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE21CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE21CB; }

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

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

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

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

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

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

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

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