#F876BE

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

Shades of Persian Pink #F876BE

Tints of Persian Pink #F876BE

Color information

#F876BE (or 0xF876BE) is unknown color: approx Persian Pink. HEX triplet: F8, 76 and BE. RGB value is (248,118,190). Sum of RGB (Red+Green+Blue) = 248+118+190=556 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.60% from 556); Green value is 118 (46.48% from 255 or 21.22% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 248 - color contains mainly: red. Hex color #F876BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F876BE is #078941. Grayscale: #A4A4A4. Windows color (decimal): -493890 or 12482296. OLE color: 12482296.

HSL color Cylindrical-coordinate representation of color #F876BE: hue angle of 326.77º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F876BE is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB248118190-
CMYK00.520.230.03
HSL326.77º90.28%71.76%-
HSV(B)326.77º52.42%97.25%-
XYZ54.4836.6352.91-
YUV165.08142.07187.15-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.60%
GREEN value IS 118 (46.48% from 255) = 21.22%
BLUE value IS 190 (74.61% from 255) = 34.17%
R=44.60%
G=21.22%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811819000.520.230.03326.7790.2871.76
HexF876BE0341731475a48
Octal370166276064273507132110
Binary111110001110110101111100110100101111110100011110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F876BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F876BE; }

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

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

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

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

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

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

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

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