Html Css Color HEX #F86288 Brink Pink

📋 copy color: '#F86288'

red 248 ◦ green 98 ◦ blue 136

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

Shades of Brink Pink #F86288

Tints of Brink Pink #F86288

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.33%

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

R = 51.45%
G = 20.33%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F86288 (or 0xF86288) is known color: Brink Pink. HEX triplet: F8, 62 and 88. RGB value is (248,98,136). Sum of RGB (Red+Green+Blue) = 248+98+136=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 98 (38.67% from 255 or 20.33% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F86288 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86288 is #079D77. Grayscale: #939393. Windows color (decimal): -499064 or 8938232. OLE color: 8938232.

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

Color convert

RGB 248 98 136 -
CMYK 0 0.60 0.45 0.03
HSL 344.8º 0.91% 0.68% -
HSV(B) 344.8º 0.6% 0.97% -
XYZ 47.52 30.47 26.67 -
YUV 147.18 121.7 199.91 -
System Red Green Blue C M Y K H S L
Decimal 248 98 136 0 0.60 0.45 0.03 344.8 0.91 0.68
Hex F8 62 88 0 3C 2D 3 159 5B 44
Octal 370 142 210 0 74 55 3 531 133 104
Binary 11111000 1100010 10001000 0 111100 101101 11 101011001 1011011 1000100

Color Harmonies of #F86288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86288

Black with #F86288

Text Example


Text Example

White with #F86288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86288; }

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

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

background-color css

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

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

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

border-color css

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

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

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