#F47FB1

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

Shades of Persian Pink #F47FB1

Tints of Persian Pink #F47FB1

Color information

#F47FB1 (or 0xF47FB1) is unknown color: approx Persian Pink. HEX triplet: F4, 7F and B1. RGB value is (244,127,177). Sum of RGB (Red+Green+Blue) = 244+127+177=548 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.53% from 548); Green value is 127 (50% from 255 or 23.18% from 548); Blue value is 177 (69.53% from 255 or 32.30% from 548); Max value from RGB is 244 - color contains mainly: red. Hex color #F47FB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47FB1 is #0B804E. Grayscale: #A7A7A7. Windows color (decimal): -753743 or 11632628. OLE color: 11632628.

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

Color convert

RGB244127177-
CMYK00.480.270.04
HSL334.36º84.17%72.75%-
HSV(B)334.36º47.95%95.69%-
XYZ52.8337.5946.07-
YUV167.68133.26182.43-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.53%
GREEN value IS 127 (50% from 255) = 23.18%
BLUE value IS 177 (69.53% from 255) = 32.30%
R=44.53%
G=23.18%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412717700.480.270.04334.3684.1772.75
HexF47FB10301B414e5449
Octal364177261060334516124111
Binary1111010011111111011000101100001101110010100111010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47FB1; }

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

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

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

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

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

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

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

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