Html Css Color HEX #F86088 Brink Pink

📋 copy color: '#F86088'

red 248 ◦ green 96 ◦ blue 136

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

Shades of Brink Pink #F86088

Tints of Brink Pink #F86088

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20%

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

R = 51.67%
G = 20%
B = 28.33%

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

#F86088 (or 0xF86088) is known color: Brink Pink. HEX triplet: F8, 60 and 88. RGB value is (248,96,136). Sum of RGB (Red+Green+Blue) = 248+96+136=480 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.67% from 480); Green value is 96 (37.89% from 255 or 20% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 248 - color contains mainly: red. Hex color #F86088 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86088 is #079F77. Grayscale: #929292. Windows color (decimal): -499576 or 8937720. OLE color: 8937720.

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

Color convert

RGB 248 96 136 -
CMYK 0 0.61 0.45 0.03
HSL 344.21º 0.92% 0.67% -
HSV(B) 344.21º 0.61% 0.97% -
XYZ 47.34 30.1 26.61 -
YUV 146.01 122.36 200.75 -
System Red Green Blue C M Y K H S L
Decimal 248 96 136 0 0.61 0.45 0.03 344.21 0.92 0.67
Hex F8 60 88 0 3D 2D 3 158 5C 43
Octal 370 140 210 0 75 55 3 530 134 103
Binary 11111000 1100000 10001000 0 111101 101101 11 101011000 1011100 1000011

Color Harmonies of #F86088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86088

Black with #F86088

Text Example


Text Example

White with #F86088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86088; }

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

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

background-color css

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

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

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

border-color css

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

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

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