#F17DC1

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

Shades of Persian Pink #F17DC1

Tints of Persian Pink #F17DC1

Color information

#F17DC1 (or 0xF17DC1) is unknown color: approx Persian Pink. HEX triplet: F1, 7D and C1. RGB value is (241,125,193). Sum of RGB (Red+Green+Blue) = 241+125+193=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 125 (49.22% from 255 or 22.36% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 241 - color contains mainly: red. Hex color #F17DC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17DC1 is #0E823E. Grayscale: #A7A7A7. Windows color (decimal): -950847 or 12680689. OLE color: 12680689.

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

Color convert

RGB241125193-
CMYK00.480.200.05
HSL324.83º80.56%71.76%-
HSV(B)324.83º48.13%94.51%-
XYZ53.2337.2254.83-
YUV167.44142.43180.47-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.11%
GREEN value IS 125 (49.22% from 255) = 22.36%
BLUE value IS 193 (75.78% from 255) = 34.53%
R=43.11%
G=22.36%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112519300.480.200.05324.8380.5671.76
HexF17DC10301451455148
Octal361175301060245505121110
Binary1111000111111011100000101100001010010110100010110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17DC1; }

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

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

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

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

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

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

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

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