#FF47B5

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

Shades of Brilliant Rose #FF47B5

Tints of Brilliant Rose #FF47B5

Color information

#FF47B5 (or 0xFF47B5) is unknown color: approx Brilliant Rose. HEX triplet: FF, 47 and B5. RGB value is (255,71,181). Sum of RGB (Red+Green+Blue) = 255+71+181=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 71 (28.12% from 255 or 14.00% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF47B5 is #00B84A. Grayscale: #8A8A8A. Windows color (decimal): -47179 or 11880447. OLE color: 11880447.

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

Color convert

RGB25571181-
CMYK00.720.290
HSL324.13º100%63.92%-
HSV(B)324.13º72.16%100%-
XYZ51.8329.146.6-
YUV138.56151.96211.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.30%
GREEN value IS 71 (28.12% from 255) = 14.00%
BLUE value IS 181 (71.09% from 255) = 35.70%
R=50.30%
G=14.00%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557118100.720.290324.1310063.92
HexFF47B50481D01446440
Octal3771072650110350504144100
Binary111111111000111101101010100100011101010100010011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF47B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF47B5; }

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

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

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

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

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

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

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

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