#F180C0

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

Shades of Persian Pink #F180C0

Tints of Persian Pink #F180C0

Color information

#F180C0 (or 0xF180C0) is unknown color: approx Persian Pink. HEX triplet: F1, 80 and C0. RGB value is (241,128,192). Sum of RGB (Red+Green+Blue) = 241+128+192=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F180C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F180C0 is #0E7F3F. Grayscale: #A8A8A8. Windows color (decimal): -950080 or 12615921. OLE color: 12615921.

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

Color convert

RGB241128192-
CMYK00.470.200.05
HSL326.02º80.14%72.35%-
HSV(B)326.02º46.89%94.51%-
XYZ53.5137.9454.37-
YUV169.08140.94179.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.96%
GREEN value IS 128 (50.39% from 255) = 22.82%
BLUE value IS 192 (75.39% from 255) = 34.22%
R=42.96%
G=22.82%
B=34.22%

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
Decimal24112819200.470.200.05326.0280.1472.35
HexF180C002F1451465048
Octal361200300057245506120110
Binary11110001100000001100000001011111010010110100011010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F180C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F180C0; }

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

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

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

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

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

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

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

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