#F881BE

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

Shades of Persian Pink #F881BE

Tints of Persian Pink #F881BE

Color information

#F881BE (or 0xF881BE) is unknown color: approx Persian Pink. HEX triplet: F8, 81 and BE. RGB value is (248,129,190). Sum of RGB (Red+Green+Blue) = 248+129+190=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 248 - color contains mainly: red. Hex color #F881BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F881BE is #077E41. Grayscale: #ABABAB. Windows color (decimal): -491074 or 12485112. OLE color: 12485112.

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

Color convert

RGB248129190-
CMYK00.480.230.03
HSL329.24º89.47%73.92%-
HSV(B)329.24º47.98%97.25%-
XYZ55.8639.3753.37-
YUV171.54138.42182.54-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.74%
GREEN value IS 129 (50.78% from 255) = 22.75%
BLUE value IS 190 (74.61% from 255) = 33.51%
R=43.74%
G=22.75%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812919000.480.230.03329.2489.4773.92
HexF881BE030173149594a
Octal370201276060273511131112
Binary1111100010000001101111100110000101111110100100110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F881BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F881BE; }

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

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

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

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

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

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

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

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