#F085B2

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

Shades of Persian Pink #F085B2

Tints of Persian Pink #F085B2

Color information

#F085B2 (or 0xF085B2) is unknown color: approx Persian Pink. HEX triplet: F0, 85 and B2. RGB value is (240,133,178). Sum of RGB (Red+Green+Blue) = 240+133+178=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 178 (69.92% from 255 or 32.30% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F085B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F085B2 is #0F7A4D. Grayscale: #AAAAAA. Windows color (decimal): -1014350 or 11699696. OLE color: 11699696.

HSL color Cylindrical-coordinate representation of color #F085B2: hue angle of 334.77º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F085B2 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB240133178-
CMYK00.450.260.06
HSL334.77º78.1%73.14%-
HSV(B)334.77º44.58%94.12%-
XYZ52.3638.5146.79-
YUV170.12132.45177.84-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.56%
GREEN value IS 133 (52.34% from 255) = 24.14%
BLUE value IS 178 (69.92% from 255) = 32.30%
R=43.56%
G=24.14%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013317800.450.260.06334.7778.173.14
HexF085B202D1A614f4e49
Octal360205262055326517116111
Binary11110000100001011011001001011011101011010100111110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F085B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F085B2; }

 p { color: rgb(240,133,178); }

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

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

 a { background-color: rgb(240,133,178); }

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

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

 span { border-color: rgb(240,133,178); }

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