Html Css Color HEX #F877B9 Persian Pink

📋 copy color: '#F877B9'

red 248 ◦ green 119 ◦ blue 185

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

Shades of Persian Pink #F877B9

Tints of Persian Pink #F877B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.51%

R = 44.93%
G = 21.56%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F877B9 (or 0xF877B9) is known color: Persian Pink. HEX triplet: F8, 77 and B9. RGB value is (248,119,185). Sum of RGB (Red+Green+Blue) = 248+119+185=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 119 (46.88% from 255 or 21.56% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 248 - color contains mainly: red. Hex color #F877B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F877B9 is #078846. Grayscale: #A4A4A4. Windows color (decimal): -493639 or 12154872. OLE color: 12154872.

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

Color convert

RGB 248 119 185 -
CMYK 0 0.52 0.25 0.03
HSL 329.3º 0.9% 0.72% -
HSV(B) 329.3º 0.52% 0.97% -
XYZ 54.07 36.65 50.12 -
YUV 165.1 139.24 187.13 -
System Red Green Blue C M Y K H S L
Decimal 248 119 185 0 0.52 0.25 0.03 329.3 0.9 0.72
Hex F8 77 B9 0 34 19 3 149 5A 48
Octal 370 167 271 0 64 31 3 511 132 110
Binary 11111000 1110111 10111001 0 110100 11001 11 101001001 1011010 1001000

Color Harmonies of #F877B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F877B9

Black with #F877B9

Text Example


Text Example

White with #F877B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F877B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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