#F078BF

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

Shades of Persian Pink #F078BF

Tints of Persian Pink #F078BF

Color information

#F078BF (or 0xF078BF) is unknown color: approx Persian Pink. HEX triplet: F0, 78 and BF. RGB value is (240,120,191). Sum of RGB (Red+Green+Blue) = 240+120+191=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 120 (47.27% from 255 or 21.78% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F078BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F078BF is #0F8740. Grayscale: #A3A3A3. Windows color (decimal): -1017665 or 12548336. OLE color: 12548336.

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

Color convert

RGB240120191-
CMYK00.50.200.06
HSL324.5º80%70.59%-
HSV(B)324.5º50%94.12%-
XYZ52.0635.7253.44-
YUV163.97143.26182.23-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.56%
GREEN value IS 120 (47.27% from 255) = 21.78%
BLUE value IS 191 (75% from 255) = 34.66%
R=43.56%
G=21.78%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012019100.50.200.06324.58070.59
HexF078BF0321461445047
Octal360170277062246504120107
Binary1111000011110001011111101100101010011010100010010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F078BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F078BF; }

 p { color: rgb(240,120,191); }

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

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

 a { background-color: rgb(240,120,191); }

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

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

 span { border-color: rgb(240,120,191); }

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