#F178BE

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

Shades of Persian Pink #F178BE

Tints of Persian Pink #F178BE

Color information

#F178BE (or 0xF178BE) is unknown color: approx Persian Pink. HEX triplet: F1, 78 and BE. RGB value is (241,120,190). Sum of RGB (Red+Green+Blue) = 241+120+190=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 120 (47.27% from 255 or 21.78% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F178BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F178BE is #0E8741. Grayscale: #A4A4A4. Windows color (decimal): -952130 or 12482801. OLE color: 12482801.

HSL color Cylindrical-coordinate representation of color #F178BE: hue angle of 325.29º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F178BE is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB241120190-
CMYK00.500.210.05
HSL325.29º81.21%70.78%-
HSV(B)325.29º50.21%94.51%-
XYZ52.2935.8552.88-
YUV164.16142.59182.81-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.74%
GREEN value IS 120 (47.27% from 255) = 21.78%
BLUE value IS 190 (74.61% from 255) = 34.48%
R=43.74%
G=21.78%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112019000.500.210.05325.2981.2170.78
HexF178BE0321551455147
Octal361170276062255505121107
Binary1111000111110001011111001100101010110110100010110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F178BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F178BE; }

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

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

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

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

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

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

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

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