#F079BE

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

Shades of Persian Pink #F079BE

Tints of Persian Pink #F079BE

Color information

#F079BE (or 0xF079BE) is unknown color: approx Persian Pink. HEX triplet: F0, 79 and BE. RGB value is (240,121,190). Sum of RGB (Red+Green+Blue) = 240+121+190=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 121 (47.66% from 255 or 21.96% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F079BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F079BE is #0F8641. Grayscale: #A4A4A4. Windows color (decimal): -1017410 or 12483056. OLE color: 12483056.

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

Color convert

RGB240121190-
CMYK00.500.210.06
HSL325.21º79.87%70.78%-
HSV(B)325.21º49.58%94.12%-
XYZ52.0735.9252.9-
YUV164.45142.42181.89-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.56%
GREEN value IS 121 (47.66% from 255) = 21.96%
BLUE value IS 190 (74.61% from 255) = 34.48%
R=43.56%
G=21.96%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012119000.500.210.06325.2179.8770.78
HexF079BE0321561455047
Octal360171276062256505120107
Binary1111000011110011011111001100101010111010100010110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F079BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F079BE; }

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

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

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

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

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

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

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

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