#FF47AF

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

Shades of Brilliant Rose #FF47AF

Tints of Brilliant Rose #FF47AF

Color information

#FF47AF (or 0xFF47AF) is unknown color: approx Brilliant Rose. HEX triplet: FF, 47 and AF. RGB value is (255,71,175). Sum of RGB (Red+Green+Blue) = 255+71+175=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 71 (28.12% from 255 or 14.17% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF47AF is #00B850. Grayscale: #898989. Windows color (decimal): -47185 or 11487231. OLE color: 11487231.

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

Color convert

RGB25571175-
CMYK00.720.310
HSL326.09º100%63.92%-
HSV(B)326.09º72.16%100%-
XYZ51.2328.8643.43-
YUV137.87148.96211.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.90%
GREEN value IS 71 (28.12% from 255) = 14.17%
BLUE value IS 175 (68.75% from 255) = 34.93%
R=50.90%
G=14.17%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557117500.720.310326.0910063.92
HexFF47AF0481F01466440
Octal3771072570110370506144100
Binary111111111000111101011110100100011111010100011011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF47AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF47AF; }

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

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

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

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

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

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

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

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