#f17db7

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

Shades of Persian Pink #F17DB7

Tints of Persian Pink #F17DB7

Color information

#F17DB7 (or 0xF17DB7) is unknown color: approx Persian Pink. HEX triplet: F1, 7D and B7. RGB value is (241,125,183). Sum of RGB (Red+Green+Blue) = 241+125+183=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 125 (49.22% from 255 or 22.77% from 549); Blue value is 183 (71.88% from 255 or 33.33% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F17DB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17DB7 is #0E8248. Grayscale: #A6A6A6. Windows color (decimal): -950857 or 12025329. OLE color: 12025329.

HSL color Cylindrical-coordinate representation of color #F17DB7: hue angle of 330º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F17DB7 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB241125183-
CMYK00.480.240.05
HSL330º80.56%71.76%-
HSV(B)330º48.13%94.51%-
XYZ52.1636.7949.15-
YUV166.3137.43181.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.90%
GREEN value IS 125 (49.22% from 255) = 22.77%
BLUE value IS 183 (71.88% from 255) = 33.33%
R=43.90%
G=22.77%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112518300.480.240.0533080.5671.76
HexF17DB703018514a5148
Octal361175267060305512121110
Binary1111000111111011011011101100001100010110100101010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f17db7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f17db7; }

 p { color: rgb(241,125,183); }

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

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

 a { background-color: rgb(241,125,183); }

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

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

 span { border-color: rgb(241,125,183); }

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