#F184BE

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

Shades of Persian Pink #F184BE

Tints of Persian Pink #F184BE

Color information

#F184BE (or 0xF184BE) is unknown color: approx Persian Pink. HEX triplet: F1, 84 and BE. RGB value is (241,132,190). Sum of RGB (Red+Green+Blue) = 241+132+190=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 132 (51.95% from 255 or 23.45% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F184BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F184BE is #0E7B41. Grayscale: #ABABAB. Windows color (decimal): -949058 or 12485873. OLE color: 12485873.

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

Color convert

RGB241132190-
CMYK00.450.210.05
HSL328.07º79.56%73.14%-
HSV(B)328.07º45.23%94.51%-
XYZ53.8238.9253.39-
YUV171.2138.61177.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.81%
GREEN value IS 132 (51.95% from 255) = 23.45%
BLUE value IS 190 (74.61% from 255) = 33.75%
R=42.81%
G=23.45%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113219000.450.210.05328.0779.5673.14
HexF184BE02D1551485049
Octal361204276055255510120111
Binary11110001100001001011111001011011010110110100100010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F184BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F184BE; }

 p { color: rgb(241,132,190); }

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

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

 a { background-color: rgb(241,132,190); }

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

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

 span { border-color: rgb(241,132,190); }

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