Html Css Color HEX #F86A8A Brink Pink

📋 copy color: '#F86A8A'

red 248 ◦ green 106 ◦ blue 138

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

Shades of Brink Pink #F86A8A

Tints of Brink Pink #F86A8A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.54%

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

R = 50.41%
G = 21.54%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F86A8A (or 0xF86A8A) is known color: Brink Pink. HEX triplet: F8, 6A and 8A. RGB value is (248,106,138). Sum of RGB (Red+Green+Blue) = 248+106+138=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 106 (41.80% from 255 or 21.54% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F86A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86A8A is #079575. Grayscale: #989898. Windows color (decimal): -497014 or 9071352. OLE color: 9071352.

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

Color convert

RGB 248 106 138 -
CMYK 0 0.57 0.44 0.03
HSL 346.48º 0.91% 0.69% -
HSV(B) 346.48º 0.57% 0.97% -
XYZ 48.45 32.1 27.69 -
YUV 152.11 120.04 196.4 -
System Red Green Blue C M Y K H S L
Decimal 248 106 138 0 0.57 0.44 0.03 346.48 0.91 0.69
Hex F8 6A 8A 0 39 2C 3 15A 5B 45
Octal 370 152 212 0 71 54 3 532 133 105
Binary 11111000 1101010 10001010 0 111001 101100 11 101011010 1011011 1000101

Color Harmonies of #F86A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86A8A

Black with #F86A8A

Text Example


Text Example

White with #F86A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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