#FE21CA

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

Shades of Razzle Dazzle Rose #FE21CA

Tints of Razzle Dazzle Rose #FE21CA

Color information

#FE21CA (or 0xFE21CA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 21 and CA. RGB value is (254,33,202). Sum of RGB (Red+Green+Blue) = 254+33+202=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 33 (13.28% from 255 or 6.75% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE21CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE21CA is #01DE35. Grayscale: #757575. Windows color (decimal): -122422 or 13246974. OLE color: 13246974.

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

Color convert

RGB25433202-
CMYK00.870.200.00
HSL314.12º99.1%56.27%-
HSV(B)314.12º87.01%99.61%-
XYZ52.0826.4258.23-
YUV118.34175.22224.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.94%
GREEN value IS 33 (13.28% from 255) = 6.75%
BLUE value IS 202 (79.30% from 255) = 41.31%
R=51.94%
G=6.75%
B=41.31%

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
Decimal2543320200.870.200.00314.1299.156.27
HexFE21CA05714013a6338
Octal37641312012724047214370
Binary1111111010000111001010010101111010001001110101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE21CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE21CA; }

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

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

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

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

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

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

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

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