#FE46D1

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

Shades of Razzle Dazzle Rose #FE46D1

Tints of Razzle Dazzle Rose #FE46D1

Color information

#FE46D1 (or 0xFE46D1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 46 and D1. RGB value is (254,70,209). Sum of RGB (Red+Green+Blue) = 254+70+209=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 70 (27.73% from 255 or 13.13% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FE46D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE46D1 is #01B92E. Grayscale: #8C8C8C. Windows color (decimal): -112943 or 13715198. OLE color: 13715198.

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

Color convert

RGB25470209-
CMYK00.720.180.00
HSL314.67º98.92%63.53%-
HSV(B)314.67º72.44%99.61%-
XYZ54.5730.0563.25-
YUV140.86166.46208.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.65%
GREEN value IS 70 (27.73% from 255) = 13.13%
BLUE value IS 209 (82.03% from 255) = 39.21%
R=47.65%
G=13.13%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547020900.720.180.00314.6798.9263.53
HexFE46D104812013b6340
Octal3761063210110220473143100
Binary111111101000110110100010100100010010010011101111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE46D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE46D1; }

 p { color: rgb(254,70,209); }

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

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

 a { background-color: rgb(254,70,209); }

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

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

 span { border-color: rgb(254,70,209); }

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