#F082B1

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

Shades of Persian Pink #F082B1

Tints of Persian Pink #F082B1

Color information

#F082B1 (or 0xF082B1) is unknown color: approx Persian Pink. HEX triplet: F0, 82 and B1. RGB value is (240,130,177). Sum of RGB (Red+Green+Blue) = 240+130+177=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 130 (51.17% from 255 or 23.77% from 547); Blue value is 177 (69.53% from 255 or 32.36% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F082B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F082B1 is #0F7D4E. Grayscale: #A8A8A8. Windows color (decimal): -1015119 or 11633392. OLE color: 11633392.

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

Color convert

RGB240130177-
CMYK00.460.260.06
HSL334.36º78.57%72.55%-
HSV(B)334.36º45.83%94.12%-
XYZ51.8537.6646.13-
YUV168.25132.94179.18-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.88%
GREEN value IS 130 (51.17% from 255) = 23.77%
BLUE value IS 177 (69.53% from 255) = 32.36%
R=43.88%
G=23.77%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013017700.460.260.06334.3678.5772.55
HexF082B102E1A614e4f49
Octal360202261056326516117111
Binary11110000100000101011000101011101101011010100111010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F082B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F082B1; }

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

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

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

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

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

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

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

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