#F077BA

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

Shades of Persian Pink #F077BA

Tints of Persian Pink #F077BA

Color information

#F077BA (or 0xF077BA) is unknown color: approx Persian Pink. HEX triplet: F0, 77 and BA. RGB value is (240,119,186). Sum of RGB (Red+Green+Blue) = 240+119+186=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 119 (46.88% from 255 or 21.83% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F077BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F077BA is #0F8845. Grayscale: #A2A2A2. Windows color (decimal): -1017926 or 12220400. OLE color: 12220400.

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

Color convert

RGB240119186-
CMYK00.500.220.06
HSL326.78º80.13%70.39%-
HSV(B)326.78º50.42%94.12%-
XYZ51.3935.2650.55-
YUV162.82141.09183.05-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.04%
GREEN value IS 119 (46.88% from 255) = 21.83%
BLUE value IS 186 (73.05% from 255) = 34.13%
R=44.04%
G=21.83%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011918600.500.220.06326.7880.1370.39
HexF077BA0321661475046
Octal360167272062266507120106
Binary1111000011101111011101001100101011011010100011110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F077BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F077BA; }

 p { color: rgb(240,119,186); }

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

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

 a { background-color: rgb(240,119,186); }

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

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

 span { border-color: rgb(240,119,186); }

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