#F881B3

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

Shades of Persian Pink #F881B3

Tints of Persian Pink #F881B3

Color information

#F881B3 (or 0xF881B3) is unknown color: approx Persian Pink. HEX triplet: F8, 81 and B3. RGB value is (248,129,179). Sum of RGB (Red+Green+Blue) = 248+129+179=556 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.60% from 556); Green value is 129 (50.78% from 255 or 23.20% from 556); Blue value is 179 (70.31% from 255 or 32.19% from 556); Max value from RGB is 248 - color contains mainly: red. Hex color #F881B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F881B3 is #077E4C. Grayscale: #AAAAAA. Windows color (decimal): -491085 or 11764216. OLE color: 11764216.

HSL color Cylindrical-coordinate representation of color #F881B3: hue angle of 334.79º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F881B3 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB248129179-
CMYK00.480.280.03
HSL334.79º89.47%73.92%-
HSV(B)334.79º47.98%97.25%-
XYZ54.738.9147.28-
YUV170.28132.92183.43-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.60%
GREEN value IS 129 (50.78% from 255) = 23.20%
BLUE value IS 179 (70.31% from 255) = 32.19%
R=44.60%
G=23.20%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812917900.480.280.03334.7989.4773.92
HexF881B30301C314f594a
Octal370201263060343517131112
Binary1111100010000001101100110110000111001110100111110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F881B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F881B3; }

 p { color: rgb(248,129,179); }

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

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

 a { background-color: rgb(248,129,179); }

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

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

 span { border-color: rgb(248,129,179); }

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