#F486B9

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

Shades of Persian Pink #F486B9

Tints of Persian Pink #F486B9

Color information

#F486B9 (or 0xF486B9) is unknown color: approx Persian Pink. HEX triplet: F4, 86 and B9. RGB value is (244,134,185). Sum of RGB (Red+Green+Blue) = 244+134+185=563 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.34% from 563); Green value is 134 (52.73% from 255 or 23.80% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 244 - color contains mainly: red. Hex color #F486B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F486B9 is #0B7946. Grayscale: #ACACAC. Windows color (decimal): -751943 or 12158708. OLE color: 12158708.

HSL color Cylindrical-coordinate representation of color #F486B9: hue angle of 332.18º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F486B9 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB244134185-
CMYK00.450.240.04
HSL332.18º83.33%74.12%-
HSV(B)332.18º45.08%95.69%-
XYZ54.5939.7950.7-
YUV172.7134.94178.85-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.34%
GREEN value IS 134 (52.73% from 255) = 23.80%
BLUE value IS 185 (72.66% from 255) = 32.86%
R=43.34%
G=23.80%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413418500.450.240.04332.1883.3374.12
HexF486B902D18414c534a
Octal364206271055304514123112
Binary11110100100001101011100101011011100010010100110010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F486B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F486B9; }

 p { color: rgb(244,134,185); }

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

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

 a { background-color: rgb(244,134,185); }

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

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

 span { border-color: rgb(244,134,185); }

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