#F180C1

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

Shades of Persian Pink #F180C1

Tints of Persian Pink #F180C1

Color information

#F180C1 (or 0xF180C1) is unknown color: approx Persian Pink. HEX triplet: F1, 80 and C1. RGB value is (241,128,193). Sum of RGB (Red+Green+Blue) = 241+128+193=562 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.88% from 562); Green value is 128 (50.39% from 255 or 22.78% from 562); Blue value is 193 (75.78% from 255 or 34.34% from 562); Max value from RGB is 241 - color contains mainly: red. Hex color #F180C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F180C1 is #0E7F3E. Grayscale: #A9A9A9. Windows color (decimal): -950079 or 12681457. OLE color: 12681457.

HSL color Cylindrical-coordinate representation of color #F180C1: hue angle of 325.49º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F180C1 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB241128193-
CMYK00.470.200.05
HSL325.49º80.14%72.35%-
HSV(B)325.49º46.89%94.51%-
XYZ53.6237.9954.96-
YUV169.2141.44179.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.88%
GREEN value IS 128 (50.39% from 255) = 22.78%
BLUE value IS 193 (75.78% from 255) = 34.34%
R=42.88%
G=22.78%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112819300.470.200.05325.4980.1472.35
HexF180C102F1451455048
Octal361200301057245505120110
Binary11110001100000001100000101011111010010110100010110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F180C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F180C1; }

 p { color: rgb(241,128,193); }

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

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

 a { background-color: rgb(241,128,193); }

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

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

 span { border-color: rgb(241,128,193); }

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