#F986BB

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

Shades of Persian Pink #F986BB

Tints of Persian Pink #F986BB

Color information

#F986BB (or 0xF986BB) is unknown color: approx Persian Pink. HEX triplet: F9, 86 and BB. RGB value is (249,134,187). Sum of RGB (Red+Green+Blue) = 249+134+187=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 134 (52.73% from 255 or 23.51% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 249 - color contains mainly: red. Hex color #F986BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F986BB is #067944. Grayscale: #AEAEAE. Windows color (decimal): -424261 or 12289785. OLE color: 12289785.

HSL color Cylindrical-coordinate representation of color #F986BB: hue angle of 332.35º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F986BB is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB249134187-
CMYK00.460.250.02
HSL332.35º90.55%75.1%-
HSV(B)332.35º46.18%97.65%-
XYZ56.5640.7851.9-
YUV174.43135.1181.19-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.68%
GREEN value IS 134 (52.73% from 255) = 23.51%
BLUE value IS 187 (73.44% from 255) = 32.81%
R=43.68%
G=23.51%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913418700.460.250.02332.3590.5575.1
HexF986BB02E19214c5b4b
Octal371206273056312514133113
Binary1111100110000110101110110101110110011010100110010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F986BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F986BB; }

 p { color: rgb(249,134,187); }

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

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

 a { background-color: rgb(249,134,187); }

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

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

 span { border-color: rgb(249,134,187); }

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