#F079AE

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

Shades of Persian Pink #F079AE

Tints of Persian Pink #F079AE

Color information

#F079AE (or 0xF079AE) is unknown color: approx Persian Pink. HEX triplet: F0, 79 and AE. RGB value is (240,121,174). Sum of RGB (Red+Green+Blue) = 240+121+174=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 121 (47.66% from 255 or 22.62% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F079AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F079AE is #0F8651. Grayscale: #A2A2A2. Windows color (decimal): -1017426 or 11434480. OLE color: 11434480.

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

Color convert

RGB240121174-
CMYK00.500.280.06
HSL333.28º79.87%70.78%-
HSV(B)333.28º49.58%94.12%-
XYZ50.4135.2644.19-
YUV162.62134.42183.19-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.86%
GREEN value IS 121 (47.66% from 255) = 22.62%
BLUE value IS 174 (68.36% from 255) = 32.52%
R=44.86%
G=22.62%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012117400.500.280.06333.2879.8770.78
HexF079AE0321C614d5047
Octal360171256062346515120107
Binary1111000011110011010111001100101110011010100110110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F079AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F079AE; }

 p { color: rgb(240,121,174); }

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

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

 a { background-color: rgb(240,121,174); }

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

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

 span { border-color: rgb(240,121,174); }

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