Html Css Color HEX #F87AC0 Persian Pink

📋 copy color: '#F87AC0'

red 248 ◦ green 122 ◦ blue 192

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

Shades of Persian Pink #F87AC0

Tints of Persian Pink #F87AC0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.71%

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

R = 44.13%
G = 21.71%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F87AC0 (or 0xF87AC0) is known color: Persian Pink. HEX triplet: F8, 7A and C0. RGB value is (248,122,192). Sum of RGB (Red+Green+Blue) = 248+122+192=562 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.13% from 562); Green value is 122 (48.05% from 255 or 21.71% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 248 - color contains mainly: red. Hex color #F87AC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87AC0 is #07853F. Grayscale: #A7A7A7. Windows color (decimal): -492864 or 12614392. OLE color: 12614392.

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

Color convert

RGB 248 122 192 -
CMYK 0 0.51 0.23 0.03
HSL 326.67º 0.9% 0.73% -
HSV(B) 326.67º 0.51% 0.97% -
XYZ 55.19 37.68 54.23 -
YUV 167.65 141.74 185.31 -
System Red Green Blue C M Y K H S L
Decimal 248 122 192 0 0.51 0.23 0.03 326.67 0.9 0.73
Hex F8 7A C0 0 33 17 3 147 5A 49
Octal 370 172 300 0 63 27 3 507 132 111
Binary 11111000 1111010 11000000 0 110011 10111 11 101000111 1011010 1001001

Color Harmonies of #F87AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87AC0

Black with #F87AC0

Text Example


Text Example

White with #F87AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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