#F176C4

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

Shades of Persian Pink #F176C4

Tints of Persian Pink #F176C4

Color information

#F176C4 (or 0xF176C4) is unknown color: approx Persian Pink. HEX triplet: F1, 76 and C4. RGB value is (241,118,196). Sum of RGB (Red+Green+Blue) = 241+118+196=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 118 (46.48% from 255 or 21.26% from 555); Blue value is 196 (76.95% from 255 or 35.32% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F176C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F176C4 is #0E893B. Grayscale: #A3A3A3. Windows color (decimal): -952636 or 12875505. OLE color: 12875505.

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

Color convert

RGB241118196-
CMYK00.510.190.05
HSL321.95º81.46%70.39%-
HSV(B)321.95º51.04%94.51%-
XYZ52.7235.6456.33-
YUV163.67146.25183.16-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.42%
GREEN value IS 118 (46.48% from 255) = 21.26%
BLUE value IS 196 (76.95% from 255) = 35.32%
R=43.42%
G=21.26%
B=35.32%

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
Decimal24111819600.510.190.05321.9581.4670.39
HexF176C40331351425146
Octal361166304063235502121106
Binary1111000111101101100010001100111001110110100001010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F176C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F176C4; }

 p { color: rgb(241,118,196); }

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

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

 a { background-color: rgb(241,118,196); }

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

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

 span { border-color: rgb(241,118,196); }

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