Html Css Color HEX #F86D8A Brink Pink

📋 copy color: '#F86D8A'

red 248 ◦ green 109 ◦ blue 138

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

Shades of Brink Pink #F86D8A

Tints of Brink Pink #F86D8A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.02%

 BLUE value IS 138 (54.3% from 255) = 27.88%

R = 50.1%
G = 22.02%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F86D8A (or 0xF86D8A) is known color: Brink Pink. HEX triplet: F8, 6D and 8A. RGB value is (248,109,138). Sum of RGB (Red+Green+Blue) = 248+109+138=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F86D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86D8A is #079275. Grayscale: #999999. Windows color (decimal): -496246 or 9072120. OLE color: 9072120.

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

Color convert

RGB 248 109 138 -
CMYK 0 0.56 0.44 0.03
HSL 347.48º 0.91% 0.7% -
HSV(B) 347.48º 0.56% 0.97% -
XYZ 48.77 32.73 27.79 -
YUV 153.87 119.05 195.14 -
System Red Green Blue C M Y K H S L
Decimal 248 109 138 0 0.56 0.44 0.03 347.48 0.91 0.7
Hex F8 6D 8A 0 38 2C 3 15B 5B 46
Octal 370 155 212 0 70 54 3 533 133 106
Binary 11111000 1101101 10001010 0 111000 101100 11 101011011 1011011 1000110

Color Harmonies of #F86D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86D8A

Black with #F86D8A

Text Example


Text Example

White with #F86D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86D8A; }

 p { color: rgb(248,109,138); }

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

background-color css

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

 a { background-color: rgb(248,109,138); }

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

border-color css

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

 span { border-color: rgb(248,109,138); }

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