#F185BC

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

Shades of Persian Pink #F185BC

Tints of Persian Pink #F185BC

Color information

#F185BC (or 0xF185BC) is unknown color: approx Persian Pink. HEX triplet: F1, 85 and BC. RGB value is (241,133,188). Sum of RGB (Red+Green+Blue) = 241+133+188=562 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.88% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 241 - color contains mainly: red. Hex color #F185BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F185BC is #0E7A43. Grayscale: #ABABAB. Windows color (decimal): -948804 or 12355057. OLE color: 12355057.

HSL color Cylindrical-coordinate representation of color #F185BC: hue angle of 329.44º 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 #F185BC is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB241133188-
CMYK00.450.220.05
HSL329.44º79.41%73.33%-
HSV(B)329.44º44.81%94.51%-
XYZ53.7439.1152.29-
YUV171.56137.28177.53-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.88%
GREEN value IS 133 (52.34% from 255) = 23.67%
BLUE value IS 188 (73.83% from 255) = 33.45%
R=42.88%
G=23.67%
B=33.45%

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
Decimal24113318800.450.220.05329.4479.4173.33
HexF185BC02D1651494f49
Octal361205274055265511117111
Binary11110001100001011011110001011011011010110100100110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F185BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F185BC; }

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

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

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

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

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

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

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

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