#F082BF

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

Shades of Persian Pink #F082BF

Tints of Persian Pink #F082BF

Color information

#F082BF (or 0xF082BF) is unknown color: approx Persian Pink. HEX triplet: F0, 82 and BF. RGB value is (240,130,191). Sum of RGB (Red+Green+Blue) = 240+130+191=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 130 (51.17% from 255 or 23.17% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F082BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F082BF is #0F7D40. Grayscale: #A9A9A9. Windows color (decimal): -1015105 or 12550896. OLE color: 12550896.

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

Color convert

RGB240130191-
CMYK00.460.200.06
HSL326.73º78.57%72.55%-
HSV(B)326.73º45.83%94.12%-
XYZ53.3238.2553.86-
YUV169.84139.94178.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.78%
GREEN value IS 130 (51.17% from 255) = 23.17%
BLUE value IS 191 (75% from 255) = 34.05%
R=42.78%
G=23.17%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013019100.460.200.06326.7378.5772.55
HexF082BF02E1461474f49
Octal360202277056246507117111
Binary11110000100000101011111101011101010011010100011110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F082BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F082BF; }

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

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

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

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

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

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

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

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