#F082BA

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

Shades of Persian Pink #F082BA

Tints of Persian Pink #F082BA

Color information

#F082BA (or 0xF082BA) is unknown color: approx Persian Pink. HEX triplet: F0, 82 and BA. RGB value is (240,130,186). Sum of RGB (Red+Green+Blue) = 240+130+186=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 130 (51.17% from 255 or 23.38% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F082BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F082BA is #0F7D45. Grayscale: #A9A9A9. Windows color (decimal): -1015110 or 12223216. OLE color: 12223216.

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

Color convert

RGB240130186-
CMYK00.460.220.06
HSL329.45º78.57%72.55%-
HSV(B)329.45º45.83%94.12%-
XYZ52.7838.0451.01-
YUV169.27137.44178.45-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.17%
GREEN value IS 130 (51.17% from 255) = 23.38%
BLUE value IS 186 (73.05% from 255) = 33.45%
R=43.17%
G=23.38%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013018600.460.220.06329.4578.5772.55
HexF082BA02E1661494f49
Octal360202272056266511117111
Binary11110000100000101011101001011101011011010100100110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F082BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F082BA; }

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

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

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

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

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

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

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

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