Html Css Color HEX #F86E7D Brink Pink

📋 copy color: '#F86E7D'

red 248 ◦ green 110 ◦ blue 125

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

Shades of Brink Pink #F86E7D

Tints of Brink Pink #F86E7D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.77%

 BLUE value IS 125 (49.22% from 255) = 25.88%

R = 51.35%
G = 22.77%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F86E7D (or 0xF86E7D) is known color: Brink Pink. HEX triplet: F8, 6E and 7D. RGB value is (248,110,125). Sum of RGB (Red+Green+Blue) = 248+110+125=483 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.35% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 248 - color contains mainly: red. Hex color #F86E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86E7D is #079182. Grayscale: #999999. Windows color (decimal): -496003 or 8220408. OLE color: 8220408.

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

Color convert

RGB 248 110 125 -
CMYK 0 0.56 0.50 0.03
HSL 353.48º 0.91% 0.7% -
HSV(B) 353.48º 0.56% 0.97% -
XYZ 47.99 32.59 23.16 -
YUV 152.97 112.22 195.78 -
System Red Green Blue C M Y K H S L
Decimal 248 110 125 0 0.56 0.50 0.03 353.48 0.91 0.7
Hex F8 6E 7D 0 38 32 3 161 5B 46
Octal 370 156 175 0 70 62 3 541 133 106
Binary 11111000 1101110 1111101 0 111000 110010 11 101100001 1011011 1000110

Color Harmonies of #F86E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86E7D

Black with #F86E7D

Text Example


Text Example

White with #F86E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86E7D; }

 p { color: rgb(248,110,125); }

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

background-color css

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

 a { background-color: rgb(248,110,125); }

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

border-color css

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

 span { border-color: rgb(248,110,125); }

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