#F175B0

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

Shades of Persian Pink #F175B0

Tints of Persian Pink #F175B0

Color information

#F175B0 (or 0xF175B0) is unknown color: approx Persian Pink. HEX triplet: F1, 75 and B0. RGB value is (241,117,176). Sum of RGB (Red+Green+Blue) = 241+117+176=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F175B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F175B0 is #0E8A4F. Grayscale: #A0A0A0. Windows color (decimal): -952912 or 11564529. OLE color: 11564529.

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

Color convert

RGB241117176-
CMYK00.510.270.05
HSL331.45º81.58%70.2%-
HSV(B)331.45º51.45%94.51%-
XYZ50.4734.5645.08-
YUV160.8136.58185.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.13%
GREEN value IS 117 (46.09% from 255) = 21.91%
BLUE value IS 176 (69.14% from 255) = 32.96%
R=45.13%
G=21.91%
B=32.96%

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
Decimal24111717600.510.270.05331.4581.5870.2
HexF175B00331B514b5246
Octal361165260063335513122106
Binary1111000111101011011000001100111101110110100101110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F175B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F175B0; }

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

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

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

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

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

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

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

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