Html Css Color HEX #F86877 Brink Pink

📋 copy color: '#F86877'

red 248 ◦ green 104 ◦ blue 119

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

Shades of Brink Pink #F86877

Tints of Brink Pink #F86877

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.08%

 BLUE value IS 119 (46.88% from 255) = 25.27%

R = 52.65%
G = 22.08%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F86877 (or 0xF86877) is known color: Brink Pink. HEX triplet: F8, 68 and 77. RGB value is (248,104,119). Sum of RGB (Red+Green+Blue) = 248+104+119=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 119 (46.88% from 255 or 25.27% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F86877 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86877 is #079788. Grayscale: #949494. Windows color (decimal): -497545 or 7825656. OLE color: 7825656.

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

Color convert

RGB 248 104 119 -
CMYK 0 0.58 0.52 0.03
HSL 353.75º 0.91% 0.69% -
HSV(B) 353.75º 0.58% 0.97% -
XYZ 46.99 31.19 21 -
YUV 148.77 111.21 198.78 -
System Red Green Blue C M Y K H S L
Decimal 248 104 119 0 0.58 0.52 0.03 353.75 0.91 0.69
Hex F8 68 77 0 3A 34 3 162 5B 45
Octal 370 150 167 0 72 64 3 542 133 105
Binary 11111000 1101000 1110111 0 111010 110100 11 101100010 1011011 1000101

Color Harmonies of #F86877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86877

Black with #F86877

Text Example


Text Example

White with #F86877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86877; }

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

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

background-color css

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

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

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

border-color css

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

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

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