Html Css Color HEX #F87CBE Persian Pink

📋 copy color: '#F87CBE'

red 248 ◦ green 124 ◦ blue 190

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

Shades of Persian Pink #F87CBE

Tints of Persian Pink #F87CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.81%

R = 44.13%
G = 22.06%
B = 33.81%

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

#F87CBE (or 0xF87CBE) is known color: Persian Pink. HEX triplet: F8, 7C and BE. RGB value is (248,124,190). Sum of RGB (Red+Green+Blue) = 248+124+190=562 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.13% from 562); Green value is 124 (48.83% from 255 or 22.06% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 248 - color contains mainly: red. Hex color #F87CBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87CBE is #078341. Grayscale: #A8A8A8. Windows color (decimal): -492354 or 12483832. OLE color: 12483832.

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

Color convert

RGB 248 124 190 -
CMYK 0 0.5 0.23 0.03
HSL 328.06º 0.9% 0.73% -
HSV(B) 328.06º 0.5% 0.97% -
XYZ 55.21 38.09 53.16 -
YUV 168.6 140.08 184.63 -
System Red Green Blue C M Y K H S L
Decimal 248 124 190 0 0.5 0.23 0.03 328.06 0.9 0.73
Hex F8 7C BE 0 32 17 3 148 5A 49
Octal 370 174 276 0 62 27 3 510 132 111
Binary 11111000 1111100 10111110 0 110010 10111 11 101001000 1011010 1001001

Color Harmonies of #F87CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87CBE

Black with #F87CBE

Text Example


Text Example

White with #F87CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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