#F881BA

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

Shades of Persian Pink #F881BA

Tints of Persian Pink #F881BA

Color information

#F881BA (or 0xF881BA) is unknown color: approx Persian Pink. HEX triplet: F8, 81 and BA. RGB value is (248,129,186). Sum of RGB (Red+Green+Blue) = 248+129+186=563 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.05% from 563); Green value is 129 (50.78% from 255 or 22.91% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 248 - color contains mainly: red. Hex color #F881BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F881BA is #077E45. Grayscale: #AAAAAA. Windows color (decimal): -491078 or 12222968. OLE color: 12222968.

HSL color Cylindrical-coordinate representation of color #F881BA: hue angle of 331.26º 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 #F881BA is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB248129186-
CMYK00.480.250.03
HSL331.26º89.47%73.92%-
HSV(B)331.26º47.98%97.25%-
XYZ55.4239.251.1-
YUV171.08136.42182.87-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.05%
GREEN value IS 129 (50.78% from 255) = 22.91%
BLUE value IS 186 (73.05% from 255) = 33.04%
R=44.05%
G=22.91%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812918600.480.250.03331.2689.4773.92
HexF881BA03019314b594a
Octal370201272060313513131112
Binary1111100010000001101110100110000110011110100101110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F881BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F881BA; }

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

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

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

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

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

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

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

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