#F081B2

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

Shades of Persian Pink #F081B2

Tints of Persian Pink #F081B2

Color information

#F081B2 (or 0xF081B2) is unknown color: approx Persian Pink. HEX triplet: F0, 81 and B2. RGB value is (240,129,178). Sum of RGB (Red+Green+Blue) = 240+129+178=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F081B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F081B2 is #0F7E4D. Grayscale: #A7A7A7. Windows color (decimal): -1015374 or 11698672. OLE color: 11698672.

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

Color convert

RGB240129178-
CMYK00.460.260.06
HSL333.51º78.72%72.35%-
HSV(B)333.51º46.25%94.12%-
XYZ51.8237.4446.61-
YUV167.78133.77179.52-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.88%
GREEN value IS 129 (50.78% from 255) = 23.58%
BLUE value IS 178 (69.92% from 255) = 32.54%
R=43.88%
G=23.58%
B=32.54%

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
Decimal24012917800.460.260.06333.5178.7272.35
HexF081B202E1A614e4f48
Octal360201262056326516117110
Binary11110000100000011011001001011101101011010100111010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F081B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F081B2; }

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

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

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

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

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

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

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

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