#F175C1

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

Shades of Persian Pink #F175C1

Tints of Persian Pink #F175C1

Color information

#F175C1 (or 0xF175C1) is unknown color: approx Persian Pink. HEX triplet: F1, 75 and C1. RGB value is (241,117,193). Sum of RGB (Red+Green+Blue) = 241+117+193=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 117 (46.09% from 255 or 21.23% from 551); Blue value is 193 (75.78% from 255 or 35.03% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F175C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F175C1 is #0E8A3E. Grayscale: #A2A2A2. Windows color (decimal): -952895 or 12678641. OLE color: 12678641.

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

Color convert

RGB241117193-
CMYK00.510.200.05
HSL323.23º81.58%70.2%-
HSV(B)323.23º51.45%94.51%-
XYZ52.2635.2754.51-
YUV162.74145.08183.82-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.74%
GREEN value IS 117 (46.09% from 255) = 21.23%
BLUE value IS 193 (75.78% from 255) = 35.03%
R=43.74%
G=21.23%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111719300.510.200.05323.2381.5870.2
HexF175C10331451435246
Octal361165301063245503122106
Binary1111000111101011100000101100111010010110100001110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F175C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F175C1; }

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

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

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

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

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

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

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

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