#F185BB

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

Shades of Persian Pink #F185BB

Tints of Persian Pink #F185BB

Color information

#F185BB (or 0xF185BB) is unknown color: approx Persian Pink. HEX triplet: F1, 85 and BB. RGB value is (241,133,187). Sum of RGB (Red+Green+Blue) = 241+133+187=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F185BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F185BB is #0E7A44. Grayscale: #ABABAB. Windows color (decimal): -948805 or 12289521. OLE color: 12289521.

HSL color Cylindrical-coordinate representation of color #F185BB: hue angle of 330º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F185BB is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB241133187-
CMYK00.450.220.05
HSL330º79.41%73.33%-
HSV(B)330º44.81%94.51%-
XYZ53.6339.0651.73-
YUV171.45136.78177.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.96%
GREEN value IS 133 (52.34% from 255) = 23.71%
BLUE value IS 187 (73.44% from 255) = 33.33%
R=42.96%
G=23.71%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113318700.450.220.0533079.4173.33
HexF185BB02D16514a4f49
Octal361205273055265512117111
Binary11110001100001011011101101011011011010110100101010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F185BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F185BB; }

 p { color: rgb(241,133,187); }

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

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

 a { background-color: rgb(241,133,187); }

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

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

 span { border-color: rgb(241,133,187); }

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