#F87BC2

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

Shades of Persian Pink #F87BC2

Tints of Persian Pink #F87BC2

Color information

#F87BC2 (or 0xF87BC2) is unknown color: approx Persian Pink. HEX triplet: F8, 7B and C2. RGB value is (248,123,194). Sum of RGB (Red+Green+Blue) = 248+123+194=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 123 (48.44% from 255 or 21.77% from 565); Blue value is 194 (76.17% from 255 or 34.34% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F87BC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87BC2 is #07843D. Grayscale: #A8A8A8. Windows color (decimal): -492606 or 12745720. OLE color: 12745720.

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

Color convert

RGB248123194-
CMYK00.500.220.03
HSL325.92º89.93%72.75%-
HSV(B)325.92º50.4%97.25%-
XYZ55.5338.0255.45-
YUV168.47142.41184.73-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.89%
GREEN value IS 123 (48.44% from 255) = 21.77%
BLUE value IS 194 (76.17% from 255) = 34.34%
R=43.89%
G=21.77%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812319400.500.220.03325.9289.9372.75
HexF87BC20321631465a49
Octal370173302062263506132111
Binary111110001111011110000100110010101101110100011010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87BC2; }

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

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

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

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

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

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

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

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