Html Css Color HEX #F86188 Brink Pink

📋 copy color: '#F86188'

red 248 ◦ green 97 ◦ blue 136

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

Shades of Brink Pink #F86188

Tints of Brink Pink #F86188

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.17%

 BLUE value IS 136 (53.52% from 255) = 28.27%

R = 51.56%
G = 20.17%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F86188 (or 0xF86188) is known color: Brink Pink. HEX triplet: F8, 61 and 88. RGB value is (248,97,136). Sum of RGB (Red+Green+Blue) = 248+97+136=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 97 (38.28% from 255 or 20.17% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F86188 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86188 is #079E77. Grayscale: #929292. Windows color (decimal): -499320 or 8937976. OLE color: 8937976.

HSL color Cylindrical-coordinate representation of color #F86188: hue angle of 344.5º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F86188 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 97 136 -
CMYK 0 0.61 0.45 0.03
HSL 344.5º 0.92% 0.68% -
HSV(B) 344.5º 0.61% 0.97% -
XYZ 47.43 30.28 26.64 -
YUV 146.6 122.03 200.33 -
System Red Green Blue C M Y K H S L
Decimal 248 97 136 0 0.61 0.45 0.03 344.5 0.92 0.68
Hex F8 61 88 0 3D 2D 3 159 5C 44
Octal 370 141 210 0 75 55 3 531 134 104
Binary 11111000 1100001 10001000 0 111101 101101 11 101011001 1011100 1000100

Color Harmonies of #F86188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86188

Black with #F86188

Text Example


Text Example

White with #F86188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86188; }

 p { color: rgb(248,97,136); }

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

background-color css

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

 a { background-color: rgb(248,97,136); }

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

border-color css

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

 span { border-color: rgb(248,97,136); }

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