Html Css Color HEX #F87BBC Persian Pink

📋 copy color: '#F87BBC'

red 248 ◦ green 123 ◦ blue 188

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

Shades of Persian Pink #F87BBC

Tints of Persian Pink #F87BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.63%

R = 44.36%
G = 22%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F87BBC (or 0xF87BBC) is known color: Persian Pink. HEX triplet: F8, 7B and BC. RGB value is (248,123,188). Sum of RGB (Red+Green+Blue) = 248+123+188=559 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.36% from 559); Green value is 123 (48.44% from 255 or 22.00% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 248 - color contains mainly: red. Hex color #F87BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87BBC is #078443. Grayscale: #A7A7A7. Windows color (decimal): -492612 or 12352504. OLE color: 12352504.

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

Color convert

RGB 248 123 188 -
CMYK 0 0.50 0.24 0.03
HSL 328.8º 0.9% 0.73% -
HSV(B) 328.8º 0.5% 0.97% -
XYZ 54.87 37.75 51.97 -
YUV 167.79 139.41 185.21 -
System Red Green Blue C M Y K H S L
Decimal 248 123 188 0 0.50 0.24 0.03 328.8 0.9 0.73
Hex F8 7B BC 0 32 18 3 149 5A 49
Octal 370 173 274 0 62 30 3 511 132 111
Binary 11111000 1111011 10111100 0 110010 11000 11 101001001 1011010 1001001

Color Harmonies of #F87BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87BBC

Black with #F87BBC

Text Example


Text Example

White with #F87BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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