#F174BE

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

Shades of Persian Pink #F174BE

Tints of Persian Pink #F174BE

Color information

#F174BE (or 0xF174BE) is unknown color: approx Persian Pink. HEX triplet: F1, 74 and BE. RGB value is (241,116,190). Sum of RGB (Red+Green+Blue) = 241+116+190=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 116 (45.70% from 255 or 21.21% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 241 - color contains mainly: red. Hex color #F174BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F174BE is #0E8B41. Grayscale: #A1A1A1. Windows color (decimal): -953154 or 12481777. OLE color: 12481777.

HSL color Cylindrical-coordinate representation of color #F174BE: hue angle of 324.48º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F174BE is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB241116190-
CMYK00.520.210.05
HSL324.48º81.7%70%-
HSV(B)324.48º51.87%94.51%-
XYZ51.8234.9152.72-
YUV161.81143.91184.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.06%
GREEN value IS 116 (45.70% from 255) = 21.21%
BLUE value IS 190 (74.61% from 255) = 34.73%
R=44.06%
G=21.21%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111619000.520.210.05324.4881.770
HexF174BE0341551445246
Octal361164276064255504122106
Binary1111000111101001011111001101001010110110100010010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F174BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F174BE; }

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

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

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

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

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

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

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

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