Html Css Color HEX #F877BC Persian Pink

📋 copy color: '#F877BC'

red 248 ◦ green 119 ◦ blue 188

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

Shades of Persian Pink #F877BC

Tints of Persian Pink #F877BC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.44%

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

R = 44.68%
G = 21.44%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F877BC (or 0xF877BC) is known color: Persian Pink. HEX triplet: F8, 77 and BC. RGB value is (248,119,188). Sum of RGB (Red+Green+Blue) = 248+119+188=555 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.68% from 555); Green value is 119 (46.88% from 255 or 21.44% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 248 - color contains mainly: red. Hex color #F877BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F877BC is #078843. Grayscale: #A5A5A5. Windows color (decimal): -493636 or 12351480. OLE color: 12351480.

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

Color convert

RGB 248 119 188 -
CMYK 0 0.52 0.24 0.03
HSL 327.91º 0.9% 0.72% -
HSV(B) 327.91º 0.52% 0.97% -
XYZ 54.39 36.78 51.81 -
YUV 165.44 140.74 186.89 -
System Red Green Blue C M Y K H S L
Decimal 248 119 188 0 0.52 0.24 0.03 327.91 0.9 0.72
Hex F8 77 BC 0 34 18 3 148 5A 48
Octal 370 167 274 0 64 30 3 510 132 110
Binary 11111000 1110111 10111100 0 110100 11000 11 101001000 1011010 1001000

Color Harmonies of #F877BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F877BC

Black with #F877BC

Text Example


Text Example

White with #F877BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F877BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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