Html Css Color HEX #F87BBF Persian Pink

📋 copy color: '#F87BBF'

red 248 ◦ green 123 ◦ blue 191

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

Shades of Persian Pink #F87BBF

Tints of Persian Pink #F87BBF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.89%

 BLUE value IS 191 (75% from 255) = 33.99%

R = 44.13%
G = 21.89%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F87BBF (or 0xF87BBF) is known color: Persian Pink. HEX triplet: F8, 7B and BF. RGB value is (248,123,191). Sum of RGB (Red+Green+Blue) = 248+123+191=562 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.13% from 562); Green value is 123 (48.44% from 255 or 21.89% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 248 - color contains mainly: red. Hex color #F87BBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87BBF is #078440. Grayscale: #A7A7A7. Windows color (decimal): -492609 or 12549112. OLE color: 12549112.

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

Color convert

RGB 248 123 191 -
CMYK 0 0.50 0.23 0.03
HSL 327.36º 0.9% 0.73% -
HSV(B) 327.36º 0.5% 0.97% -
XYZ 55.2 37.88 53.69 -
YUV 168.13 140.91 184.97 -
System Red Green Blue C M Y K H S L
Decimal 248 123 191 0 0.50 0.23 0.03 327.36 0.9 0.73
Hex F8 7B BF 0 32 17 3 147 5A 49
Octal 370 173 277 0 62 27 3 507 132 111
Binary 11111000 1111011 10111111 0 110010 10111 11 101000111 1011010 1001001

Color Harmonies of #F87BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87BBF

Black with #F87BBF

Text Example


Text Example

White with #F87BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87BBF; }

 p { color: rgb(248,123,191); }

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

background-color css

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

 a { background-color: rgb(248,123,191); }

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

border-color css

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

 span { border-color: rgb(248,123,191); }

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