#F175B1

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

Shades of Persian Pink #F175B1

Tints of Persian Pink #F175B1

Color information

#F175B1 (or 0xF175B1) is unknown color: approx Persian Pink. HEX triplet: F1, 75 and B1. RGB value is (241,117,177). Sum of RGB (Red+Green+Blue) = 241+117+177=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 177 (69.53% from 255 or 33.08% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F175B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F175B1 is #0E8A4E. Grayscale: #A0A0A0. Windows color (decimal): -952911 or 11630065. OLE color: 11630065.

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

Color convert

RGB241117177-
CMYK00.510.270.05
HSL330.97º81.58%70.2%-
HSV(B)330.97º51.45%94.51%-
XYZ50.5734.645.61-
YUV160.92137.08185.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.05%
GREEN value IS 117 (46.09% from 255) = 21.87%
BLUE value IS 177 (69.53% from 255) = 33.08%
R=45.05%
G=21.87%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111717700.510.270.05330.9781.5870.2
HexF175B10331B514b5246
Octal361165261063335513122106
Binary1111000111101011011000101100111101110110100101110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F175B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F175B1; }

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

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

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

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

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

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

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

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