#FF47BF

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

Shades of Razzle Dazzle Rose #FF47BF

Tints of Razzle Dazzle Rose #FF47BF

Color information

#FF47BF (or 0xFF47BF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 47 and BF. RGB value is (255,71,191). Sum of RGB (Red+Green+Blue) = 255+71+191=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 71 (28.12% from 255 or 13.73% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF47BF is #00B840. Grayscale: #8B8B8B. Windows color (decimal): -47169 or 12535807. OLE color: 12535807.

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

Color convert

RGB25571191-
CMYK00.720.250
HSL320.87º100%63.92%-
HSV(B)320.87º72.16%100%-
XYZ52.929.5352.2-
YUV139.7156.96210.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.32%
GREEN value IS 71 (28.12% from 255) = 13.73%
BLUE value IS 191 (75% from 255) = 36.94%
R=49.32%
G=13.73%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557119100.720.250320.8710063.92
HexFF47BF0481901416440
Octal3771072770110310501144100
Binary111111111000111101111110100100011001010100000111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF47BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF47BF; }

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

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

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

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

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

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

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

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