#FF47E3

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

Shades of Razzle Dazzle Rose #FF47E3

Tints of Razzle Dazzle Rose #FF47E3

Color information

#FF47E3 (or 0xFF47E3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 47 and E3. RGB value is (255,71,227). Sum of RGB (Red+Green+Blue) = 255+71+227=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 71 (28.12% from 255 or 12.84% from 553); Blue value is 227 (89.06% from 255 or 41.05% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF47E3 is #00B81C. Grayscale: #8F8F8F. Windows color (decimal): -47133 or 14895103. OLE color: 14895103.

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

Color convert

RGB25571227-
CMYK00.720.110
HSL309.13º100%63.92%-
HSV(B)309.13º72.16%100%-
XYZ57.3631.3175.69-
YUV143.8174.96207.32-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.11%
GREEN value IS 71 (28.12% from 255) = 12.84%
BLUE value IS 227 (89.06% from 255) = 41.05%
R=46.11%
G=12.84%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557122700.720.110309.1310063.92
HexFF47E3048B01356440
Octal3771073430110130465144100
Binary11111111100011111100011010010001011010011010111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF47E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF47E3; }

 p { color: rgb(255,71,227); }

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

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

 a { background-color: rgb(255,71,227); }

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

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

 span { border-color: rgb(255,71,227); }

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