#FE2DBA

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

Shades of Razzle Dazzle Rose #FE2DBA

Tints of Razzle Dazzle Rose #FE2DBA

Color information

#FE2DBA (or 0xFE2DBA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 2D and BA. RGB value is (254,45,186). Sum of RGB (Red+Green+Blue) = 254+45+186=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 45 (17.97% from 255 or 9.28% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2DBA is #01D245. Grayscale: #7B7B7B. Windows color (decimal): -119366 or 12201470. OLE color: 12201470.

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

Color convert

RGB25445186-
CMYK00.820.270.00
HSL319.52º99.05%58.63%-
HSV(B)319.52º82.28%99.61%-
XYZ50.6726.4948.9-
YUV123.56163.24221.04-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.37%
GREEN value IS 45 (17.97% from 255) = 9.28%
BLUE value IS 186 (73.05% from 255) = 38.35%
R=52.37%
G=9.28%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2544518600.820.270.00319.5299.0558.63
HexFE2DBA0521B0140633b
Octal37655272012233050014373
Binary1111111010110110111010010100101101101010000001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2DBA; }

 p { color: rgb(254,45,186); }

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

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

 a { background-color: rgb(254,45,186); }

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

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

 span { border-color: rgb(254,45,186); }

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