Html Css Color HEX #F86E7E Brink Pink

📋 copy color: '#F86E7E'

red 248 ◦ green 110 ◦ blue 126

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

Shades of Brink Pink #F86E7E

Tints of Brink Pink #F86E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.03%

R = 51.24%
G = 22.73%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F86E7E (or 0xF86E7E) is known color: Brink Pink. HEX triplet: F8, 6E and 7E. RGB value is (248,110,126). Sum of RGB (Red+Green+Blue) = 248+110+126=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 110 (43.36% from 255 or 22.73% from 484); Blue value is 126 (49.61% from 255 or 26.03% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F86E7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86E7E is #079181. Grayscale: #999999. Windows color (decimal): -496002 or 8285944. OLE color: 8285944.

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

Color convert

RGB 248 110 126 -
CMYK 0 0.56 0.49 0.03
HSL 353.04º 0.91% 0.7% -
HSV(B) 353.04º 0.56% 0.97% -
XYZ 48.05 32.61 23.5 -
YUV 153.09 112.72 195.7 -
System Red Green Blue C M Y K H S L
Decimal 248 110 126 0 0.56 0.49 0.03 353.04 0.91 0.7
Hex F8 6E 7E 0 38 31 3 161 5B 46
Octal 370 156 176 0 70 61 3 541 133 106
Binary 11111000 1101110 1111110 0 111000 110001 11 101100001 1011011 1000110

Color Harmonies of #F86E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86E7E

Black with #F86E7E

Text Example


Text Example

White with #F86E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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