#F077BC

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

Shades of Persian Pink #F077BC

Tints of Persian Pink #F077BC

Color information

#F077BC (or 0xF077BC) is unknown color: approx Persian Pink. HEX triplet: F0, 77 and BC. RGB value is (240,119,188). Sum of RGB (Red+Green+Blue) = 240+119+188=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 119 (46.88% from 255 or 21.76% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F077BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F077BC is #0F8843. Grayscale: #A2A2A2. Windows color (decimal): -1017924 or 12351472. OLE color: 12351472.

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

Color convert

RGB240119188-
CMYK00.500.220.06
HSL325.79º80.13%70.39%-
HSV(B)325.79º50.42%94.12%-
XYZ51.6135.3551.68-
YUV163.05142.09182.89-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.88%
GREEN value IS 119 (46.88% from 255) = 21.76%
BLUE value IS 188 (73.83% from 255) = 34.37%
R=43.88%
G=21.76%
B=34.37%

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
Decimal24011918800.500.220.06325.7980.1370.39
HexF077BC0321661465046
Octal360167274062266506120106
Binary1111000011101111011110001100101011011010100011010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F077BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F077BC; }

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

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

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

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

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

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

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

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