Html Css Color HEX #F87EC0 Persian Pink

📋 copy color: '#F87EC0'

red 248 ◦ green 126 ◦ blue 192

#F87EC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #F87EC0

Tints of Persian Pink #F87EC0

RGB

 RED value IS 248 (97.27% from 255) = 43.82%

 GREEN value IS 126 (49.61% from 255) = 22.26%

 BLUE value IS 192 (75.39% from 255) = 33.92%

R = 43.82%
G = 22.26%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F87EC0 (or 0xF87EC0) is known color: Persian Pink. HEX triplet: F8, 7E and C0. RGB value is (248,126,192). Sum of RGB (Red+Green+Blue) = 248+126+192=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 126 (49.61% from 255 or 22.26% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F87EC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87EC0 is #07813F. Grayscale: #A9A9A9. Windows color (decimal): -491840 or 12615416. OLE color: 12615416.

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

Color convert

RGB 248 126 192 -
CMYK 0 0.49 0.23 0.03
HSL 327.54º 0.9% 0.73% -
HSV(B) 327.54º 0.49% 0.97% -
XYZ 55.69 38.68 54.4 -
YUV 170 140.42 183.63 -
System Red Green Blue C M Y K H S L
Decimal 248 126 192 0 0.49 0.23 0.03 327.54 0.9 0.73
Hex F8 7E C0 0 31 17 3 148 5A 49
Octal 370 176 300 0 61 27 3 510 132 111
Binary 11111000 1111110 11000000 0 110001 10111 11 101001000 1011010 1001001

Color Harmonies of #F87EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87EC0

Black with #F87EC0

Text Example


Text Example

White with #F87EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87EC0; }

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

 H1.HeaderClassName
 {
   color: #F87EC0;
 }
 .AnyTagClassName
 {
   color: #F87EC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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