#F077BD

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

Shades of Persian Pink #F077BD

Tints of Persian Pink #F077BD

Color information

#F077BD (or 0xF077BD) is unknown color: approx Persian Pink. HEX triplet: F0, 77 and BD. RGB value is (240,119,189). Sum of RGB (Red+Green+Blue) = 240+119+189=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 119 (46.88% from 255 or 21.72% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F077BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F077BD is #0F8842. Grayscale: #A2A2A2. Windows color (decimal): -1017923 or 12417008. OLE color: 12417008.

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

Color convert

RGB240119189-
CMYK00.500.210.06
HSL325.29º80.13%70.39%-
HSV(B)325.29º50.42%94.12%-
XYZ51.7235.3952.25-
YUV163.16142.59182.81-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.80%
GREEN value IS 119 (46.88% from 255) = 21.72%
BLUE value IS 189 (74.22% from 255) = 34.49%
R=43.80%
G=21.72%
B=34.49%

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
Decimal24011918900.500.210.06325.2980.1370.39
HexF077BD0321561455046
Octal360167275062256505120106
Binary1111000011101111011110101100101010111010100010110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F077BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F077BD; }

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

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

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

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

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

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

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

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