#F175C3

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

Shades of Persian Pink #F175C3

Tints of Persian Pink #F175C3

Color information

#F175C3 (or 0xF175C3) is unknown color: approx Persian Pink. HEX triplet: F1, 75 and C3. RGB value is (241,117,195). Sum of RGB (Red+Green+Blue) = 241+117+195=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 117 (46.09% from 255 or 21.16% from 553); Blue value is 195 (76.56% from 255 or 35.26% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F175C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F175C3 is #0E8A3C. Grayscale: #A2A2A2. Windows color (decimal): -952893 or 12809713. OLE color: 12809713.

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

Color convert

RGB241117195-
CMYK00.510.190.05
HSL322.26º81.58%70.2%-
HSV(B)322.26º51.45%94.51%-
XYZ52.4935.3655.69-
YUV162.97146.08183.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.58%
GREEN value IS 117 (46.09% from 255) = 21.16%
BLUE value IS 195 (76.56% from 255) = 35.26%
R=43.58%
G=21.16%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111719500.510.190.05322.2681.5870.2
HexF175C30331351425246
Octal361165303063235502122106
Binary1111000111101011100001101100111001110110100001010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F175C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F175C3; }

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

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

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

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

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

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

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

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