#F07AC3

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

Shades of Persian Pink #F07AC3

Tints of Persian Pink #F07AC3

Color information

#F07AC3 (or 0xF07AC3) is unknown color: approx Persian Pink. HEX triplet: F0, 7A and C3. RGB value is (240,122,195). Sum of RGB (Red+Green+Blue) = 240+122+195=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 122 (48.05% from 255 or 21.90% from 557); Blue value is 195 (76.56% from 255 or 35.01% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F07AC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07AC3 is #0F853C. Grayscale: #A5A5A5. Windows color (decimal): -1017149 or 12810992. OLE color: 12810992.

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

Color convert

RGB240122195-
CMYK00.490.190.06
HSL322.88º79.73%70.98%-
HSV(B)322.88º49.17%94.12%-
XYZ52.7536.3855.87-
YUV165.6144.59181.06-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.09%
GREEN value IS 122 (48.05% from 255) = 21.90%
BLUE value IS 195 (76.56% from 255) = 35.01%
R=43.09%
G=21.90%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012219500.490.190.06322.8879.7370.98
HexF07AC30311361435047
Octal360172303061236503120107
Binary1111000011110101100001101100011001111010100001110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07AC3; }

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

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

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

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

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

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

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

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