#FF47D0

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

Shades of Razzle Dazzle Rose #FF47D0

Tints of Razzle Dazzle Rose #FF47D0

Color information

#FF47D0 (or 0xFF47D0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 47 and D0. RGB value is (255,71,208). Sum of RGB (Red+Green+Blue) = 255+71+208=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 71 (28.12% from 255 or 13.30% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF47D0 is #00B82F. Grayscale: #8D8D8D. Windows color (decimal): -47152 or 13649919. OLE color: 13649919.

HSL color Cylindrical-coordinate representation of color #FF47D0: hue angle of 315.33º 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 #FF47D0 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB25571208-
CMYK00.720.180
HSL315.33º100%63.92%-
HSV(B)315.33º72.16%100%-
XYZ54.8830.3262.63-
YUV141.63165.46208.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.75%
GREEN value IS 71 (28.12% from 255) = 13.30%
BLUE value IS 208 (81.64% from 255) = 38.95%
R=47.75%
G=13.30%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557120800.720.180315.3310063.92
HexFF47D004812013b6440
Octal3771073200110220473144100
Binary111111111000111110100000100100010010010011101111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF47D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF47D0; }

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

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

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

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

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

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

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

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