#F477B1

Color #F477B1 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #F477B1

Tints of Persian Pink #F477B1

Color information

#F477B1 (or 0xF477B1) is unknown color: approx Persian Pink. HEX triplet: F4, 77 and B1. RGB value is (244,119,177). Sum of RGB (Red+Green+Blue) = 244+119+177=540 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.19% from 540); Green value is 119 (46.88% from 255 or 22.04% from 540); Blue value is 177 (69.53% from 255 or 32.78% from 540); Max value from RGB is 244 - color contains mainly: red. Hex color #F477B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F477B1 is #0B884E. Grayscale: #A2A2A2. Windows color (decimal): -755791 or 11630580. OLE color: 11630580.

HSL color Cylindrical-coordinate representation of color #F477B1: hue angle of 332.16º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F477B1 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB244119177-
CMYK00.510.270.04
HSL332.16º85.03%71.18%-
HSV(B)332.16º51.23%95.69%-
XYZ51.8435.645.73-
YUV162.99135.91185.78-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.19%
GREEN value IS 119 (46.88% from 255) = 22.04%
BLUE value IS 177 (69.53% from 255) = 32.78%
R=45.19%
G=22.04%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411917700.510.270.04332.1685.0371.18
HexF477B10331B414c5547
Octal364167261063334514125107
Binary1111010011101111011000101100111101110010100110010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F477B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F477B1; }

 p { color: rgb(244,119,177); }

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

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

 a { background-color: rgb(244,119,177); }

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

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

 span { border-color: rgb(244,119,177); }

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