Html Css Color HEX #F86C8B Brink Pink

📋 copy color: '#F86C8B'

red 248 ◦ green 108 ◦ blue 139

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

Shades of Brink Pink #F86C8B

Tints of Brink Pink #F86C8B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.82%

 BLUE value IS 139 (54.69% from 255) = 28.08%

R = 50.1%
G = 21.82%
B = 28.08%

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

#F86C8B (or 0xF86C8B) is known color: Brink Pink. HEX triplet: F8, 6C and 8B. RGB value is (248,108,139). Sum of RGB (Red+Green+Blue) = 248+108+139=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86C8B is #079374. Grayscale: #999999. Windows color (decimal): -496501 or 9137400. OLE color: 9137400.

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

Color convert

RGB 248 108 139 -
CMYK 0 0.56 0.44 0.03
HSL 346.71º 0.91% 0.7% -
HSV(B) 346.71º 0.56% 0.97% -
XYZ 48.73 32.55 28.14 -
YUV 153.39 119.88 195.48 -
System Red Green Blue C M Y K H S L
Decimal 248 108 139 0 0.56 0.44 0.03 346.71 0.91 0.7
Hex F8 6C 8B 0 38 2C 3 15B 5B 46
Octal 370 154 213 0 70 54 3 533 133 106
Binary 11111000 1101100 10001011 0 111000 101100 11 101011011 1011011 1000110

Color Harmonies of #F86C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86C8B

Black with #F86C8B

Text Example


Text Example

White with #F86C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86C8B; }

 p { color: rgb(248,108,139); }

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

background-color css

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

 a { background-color: rgb(248,108,139); }

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

border-color css

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

 span { border-color: rgb(248,108,139); }

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