Html Css Color HEX #F877B7 Persian Pink

📋 copy color: '#F877B7'

red 248 ◦ green 119 ◦ blue 183

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

Shades of Persian Pink #F877B7

Tints of Persian Pink #F877B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.27%

R = 45.09%
G = 21.64%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.03

RGB Variations

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

Color information

#F877B7 (or 0xF877B7) is known color: Persian Pink. HEX triplet: F8, 77 and B7. RGB value is (248,119,183). Sum of RGB (Red+Green+Blue) = 248+119+183=550 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.09% from 550); Green value is 119 (46.88% from 255 or 21.64% from 550); Blue value is 183 (71.88% from 255 or 33.27% from 550); Max value from RGB is 248 - color contains mainly: red. Hex color #F877B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F877B7 is #078848. Grayscale: #A4A4A4. Windows color (decimal): -493641 or 12023800. OLE color: 12023800.

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

Color convert

RGB 248 119 183 -
CMYK 0 0.52 0.26 0.03
HSL 330.23º 0.9% 0.72% -
HSV(B) 330.23º 0.52% 0.97% -
XYZ 53.86 36.57 49.02 -
YUV 164.87 138.24 187.3 -
System Red Green Blue C M Y K H S L
Decimal 248 119 183 0 0.52 0.26 0.03 330.23 0.9 0.72
Hex F8 77 B7 0 34 1A 3 14A 5A 48
Octal 370 167 267 0 64 32 3 512 132 110
Binary 11111000 1110111 10110111 0 110100 11010 11 101001010 1011010 1001000

Color Harmonies of #F877B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F877B7

Black with #F877B7

Text Example


Text Example

White with #F877B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F877B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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