#FF47A2

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

Shades of Brilliant Rose #FF47A2

Tints of Brilliant Rose #FF47A2

Color information

#FF47A2 (or 0xFF47A2) is unknown color: approx Brilliant Rose. HEX triplet: FF, 47 and A2. RGB value is (255,71,162). Sum of RGB (Red+Green+Blue) = 255+71+162=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 71 (28.12% from 255 or 14.55% from 488); Blue value is 162 (63.67% from 255 or 33.20% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF47A2 is #00B85D. Grayscale: #888888. Windows color (decimal): -47198 or 10635263. OLE color: 10635263.

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

Color convert

RGB25571162-
CMYK00.720.360
HSL330.33º100%63.92%-
HSV(B)330.33º72.16%100%-
XYZ50.0128.3837.02-
YUV136.39142.46212.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.25%
GREEN value IS 71 (28.12% from 255) = 14.55%
BLUE value IS 162 (63.67% from 255) = 33.20%
R=52.25%
G=14.55%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557116200.720.360330.3310063.92
HexFF47A204824014a6440
Octal3771072420110440512144100
Binary1111111110001111010001001001000100100010100101011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF47A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF47A2; }

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

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

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

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

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

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

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

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