#F080C0

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

Shades of Persian Pink #F080C0

Tints of Persian Pink #F080C0

Color information

#F080C0 (or 0xF080C0) is unknown color: approx Persian Pink. HEX triplet: F0, 80 and C0. RGB value is (240,128,192). Sum of RGB (Red+Green+Blue) = 240+128+192=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 128 (50.39% from 255 or 22.86% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F080C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F080C0 is #0F7F3F. Grayscale: #A8A8A8. Windows color (decimal): -1015616 or 12615920. OLE color: 12615920.

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

Color convert

RGB240128192-
CMYK00.470.200.06
HSL325.71º78.87%72.16%-
HSV(B)325.71º46.67%94.12%-
XYZ53.1737.7754.36-
YUV168.78141.11178.8-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.86%
GREEN value IS 128 (50.39% from 255) = 22.86%
BLUE value IS 192 (75.39% from 255) = 34.29%
R=42.86%
G=22.86%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012819200.470.200.06325.7178.8772.16
HexF080C002F1461464f48
Octal360200300057246506117110
Binary11110000100000001100000001011111010011010100011010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F080C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F080C0; }

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

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

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

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

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

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

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

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