#F174BD

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

Shades of Persian Pink #F174BD

Tints of Persian Pink #F174BD

Color information

#F174BD (or 0xF174BD) is unknown color: approx Persian Pink. HEX triplet: F1, 74 and BD. RGB value is (241,116,189). Sum of RGB (Red+Green+Blue) = 241+116+189=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F174BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F174BD is #0E8B42. Grayscale: #A1A1A1. Windows color (decimal): -953155 or 12416241. OLE color: 12416241.

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

Color convert

RGB241116189-
CMYK00.520.220.05
HSL324.96º81.7%70%-
HSV(B)324.96º51.87%94.51%-
XYZ51.7134.8752.15-
YUV161.7143.41184.56-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.14%
GREEN value IS 116 (45.70% from 255) = 21.25%
BLUE value IS 189 (74.22% from 255) = 34.62%
R=44.14%
G=21.25%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111618900.520.220.05324.9681.770
HexF174BD0341651455246
Octal361164275064265505122106
Binary1111000111101001011110101101001011010110100010110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F174BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F174BD; }

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

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

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

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

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

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

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

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