Html Css Color HEX #F87CC1 Persian Pink

📋 copy color: '#F87CC1'

red 248 ◦ green 124 ◦ blue 193

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

Shades of Persian Pink #F87CC1

Tints of Persian Pink #F87CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.16%

R = 43.89%
G = 21.95%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F87CC1 (or 0xF87CC1) is known color: Persian Pink. HEX triplet: F8, 7C and C1. RGB value is (248,124,193). Sum of RGB (Red+Green+Blue) = 248+124+193=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 124 (48.83% from 255 or 21.95% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F87CC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87CC1 is #07833E. Grayscale: #A8A8A8. Windows color (decimal): -492351 or 12680440. OLE color: 12680440.

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

Color convert

RGB 248 124 193 -
CMYK 0 0.5 0.22 0.03
HSL 326.61º 0.9% 0.73% -
HSV(B) 326.61º 0.5% 0.97% -
XYZ 55.54 38.22 54.9 -
YUV 168.94 141.58 184.39 -
System Red Green Blue C M Y K H S L
Decimal 248 124 193 0 0.5 0.22 0.03 326.61 0.9 0.73
Hex F8 7C C1 0 32 16 3 147 5A 49
Octal 370 174 301 0 62 26 3 507 132 111
Binary 11111000 1111100 11000001 0 110010 10110 11 101000111 1011010 1001001

Color Harmonies of #F87CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87CC1

Black with #F87CC1

Text Example


Text Example

White with #F87CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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