#F07AC1

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

Shades of Persian Pink #F07AC1

Tints of Persian Pink #F07AC1

Color information

#F07AC1 (or 0xF07AC1) is unknown color: approx Persian Pink. HEX triplet: F0, 7A and C1. RGB value is (240,122,193). Sum of RGB (Red+Green+Blue) = 240+122+193=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 122 (48.05% from 255 or 21.98% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F07AC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07AC1 is #0F853E. Grayscale: #A5A5A5. Windows color (decimal): -1017151 or 12679920. OLE color: 12679920.

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

Color convert

RGB240122193-
CMYK00.490.200.06
HSL323.9º79.73%70.98%-
HSV(B)323.9º49.17%94.12%-
XYZ52.5236.2954.69-
YUV165.38143.59181.23-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.24%
GREEN value IS 122 (48.05% from 255) = 21.98%
BLUE value IS 193 (75.78% from 255) = 34.77%
R=43.24%
G=21.98%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012219300.490.200.06323.979.7370.98
HexF07AC10311461445047
Octal360172301061246504120107
Binary1111000011110101100000101100011010011010100010010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07AC1; }

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

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

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

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

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

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

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

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