#F87EC2

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

Shades of Persian Pink #F87EC2

Tints of Persian Pink #F87EC2

Color information

#F87EC2 (or 0xF87EC2) is unknown color: approx Persian Pink. HEX triplet: F8, 7E and C2. RGB value is (248,126,194). Sum of RGB (Red+Green+Blue) = 248+126+194=568 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.66% from 568); Green value is 126 (49.61% from 255 or 22.18% from 568); Blue value is 194 (76.17% from 255 or 34.15% from 568); Max value from RGB is 248 - color contains mainly: red. Hex color #F87EC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87EC2 is #07813D. Grayscale: #AAAAAA. Windows color (decimal): -491838 or 12746488. OLE color: 12746488.

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

Color convert

RGB248126194-
CMYK00.490.220.03
HSL326.56º89.71%73.33%-
HSV(B)326.56º49.19%97.25%-
XYZ55.9138.7755.58-
YUV170.23141.42183.47-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.66%
GREEN value IS 126 (49.61% from 255) = 22.18%
BLUE value IS 194 (76.17% from 255) = 34.15%
R=43.66%
G=22.18%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812619400.490.220.03326.5689.7173.33
HexF87EC20311631475a49
Octal370176302061263507132111
Binary111110001111110110000100110001101101110100011110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87EC2; }

 p { color: rgb(248,126,194); }

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

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

 a { background-color: rgb(248,126,194); }

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

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

 span { border-color: rgb(248,126,194); }

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