Html Css Color HEX #F87CC0 Persian Pink

📋 copy color: '#F87CC0'

red 248 ◦ green 124 ◦ blue 192

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

Shades of Persian Pink #F87CC0

Tints of Persian Pink #F87CC0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.99%

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

R = 43.97%
G = 21.99%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F87CC0 (or 0xF87CC0) is known color: Persian Pink. HEX triplet: F8, 7C and C0. RGB value is (248,124,192). Sum of RGB (Red+Green+Blue) = 248+124+192=564 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.97% from 564); Green value is 124 (48.83% from 255 or 21.99% from 564); Blue value is 192 (75.39% from 255 or 34.04% from 564); Max value from RGB is 248 - color contains mainly: red. Hex color #F87CC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87CC0 is #07833F. Grayscale: #A8A8A8. Windows color (decimal): -492352 or 12614904. OLE color: 12614904.

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

Color convert

RGB 248 124 192 -
CMYK 0 0.5 0.23 0.03
HSL 327.1º 0.9% 0.73% -
HSV(B) 327.1º 0.5% 0.97% -
XYZ 55.43 38.18 54.32 -
YUV 168.83 141.08 184.47 -
System Red Green Blue C M Y K H S L
Decimal 248 124 192 0 0.5 0.23 0.03 327.1 0.9 0.73
Hex F8 7C C0 0 32 17 3 147 5A 49
Octal 370 174 300 0 62 27 3 507 132 111
Binary 11111000 1111100 11000000 0 110010 10111 11 101000111 1011010 1001001

Color Harmonies of #F87CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87CC0

Black with #F87CC0

Text Example


Text Example

White with #F87CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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