#F175B5

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

Shades of Persian Pink #F175B5

Tints of Persian Pink #F175B5

Color information

#F175B5 (or 0xF175B5) is unknown color: approx Persian Pink. HEX triplet: F1, 75 and B5. RGB value is (241,117,181). Sum of RGB (Red+Green+Blue) = 241+117+181=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 117 (46.09% from 255 or 21.71% from 539); Blue value is 181 (71.09% from 255 or 33.58% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F175B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F175B5 is #0E8A4A. Grayscale: #A1A1A1. Windows color (decimal): -952907 or 11892209. OLE color: 11892209.

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

Color convert

RGB241117181-
CMYK00.510.250.05
HSL329.03º81.58%70.2%-
HSV(B)329.03º51.45%94.51%-
XYZ50.9834.7647.74-
YUV161.37139.08184.8-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.71%
GREEN value IS 117 (46.09% from 255) = 21.71%
BLUE value IS 181 (71.09% from 255) = 33.58%
R=44.71%
G=21.71%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111718100.510.250.05329.0381.5870.2
HexF175B50331951495246
Octal361165265063315511122106
Binary1111000111101011011010101100111100110110100100110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F175B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F175B5; }

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

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

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

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

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

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

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

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