#F080C1

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

Shades of Persian Pink #F080C1

Tints of Persian Pink #F080C1

Color information

#F080C1 (or 0xF080C1) is unknown color: approx Persian Pink. HEX triplet: F0, 80 and C1. RGB value is (240,128,193). Sum of RGB (Red+Green+Blue) = 240+128+193=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F080C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F080C1 is #0F7F3E. Grayscale: #A8A8A8. Windows color (decimal): -1015615 or 12681456. OLE color: 12681456.

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

Color convert

RGB240128193-
CMYK00.470.200.06
HSL325.18º78.87%72.16%-
HSV(B)325.18º46.67%94.12%-
XYZ53.2837.8154.94-
YUV168.9141.61178.71-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.78%
GREEN value IS 128 (50.39% from 255) = 22.82%
BLUE value IS 193 (75.78% from 255) = 34.40%
R=42.78%
G=22.82%
B=34.40%

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
Decimal24012819300.470.200.06325.1878.8772.16
HexF080C102F1461454f48
Octal360200301057246505117110
Binary11110000100000001100000101011111010011010100010110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F080C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F080C1; }

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

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

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

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

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

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

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

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