Html Css Color HEX #F877BF Persian Pink

📋 copy color: '#F877BF'

red 248 ◦ green 119 ◦ blue 191

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

Shades of Persian Pink #F877BF

Tints of Persian Pink #F877BF

RGB

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

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

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

R = 44.44%
G = 21.33%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F877BF (or 0xF877BF) is known color: Persian Pink. HEX triplet: F8, 77 and BF. RGB value is (248,119,191). Sum of RGB (Red+Green+Blue) = 248+119+191=558 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.44% from 558); Green value is 119 (46.88% from 255 or 21.33% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 248 - color contains mainly: red. Hex color #F877BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F877BF is #078840. Grayscale: #A5A5A5. Windows color (decimal): -493633 or 12548088. OLE color: 12548088.

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

Color convert

RGB 248 119 191 -
CMYK 0 0.52 0.23 0.03
HSL 326.51º 0.9% 0.72% -
HSV(B) 326.51º 0.52% 0.97% -
XYZ 54.71 36.91 53.53 -
YUV 165.78 142.24 186.65 -
System Red Green Blue C M Y K H S L
Decimal 248 119 191 0 0.52 0.23 0.03 326.51 0.9 0.72
Hex F8 77 BF 0 34 17 3 147 5A 48
Octal 370 167 277 0 64 27 3 507 132 110
Binary 11111000 1110111 10111111 0 110100 10111 11 101000111 1011010 1001000

Color Harmonies of #F877BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F877BF

Black with #F877BF

Text Example


Text Example

White with #F877BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F877BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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