Html Css Color HEX #F86488 Brink Pink

📋 copy color: '#F86488'

red 248 ◦ green 100 ◦ blue 136

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

Shades of Brink Pink #F86488

Tints of Brink Pink #F86488

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.66%

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

R = 51.24%
G = 20.66%
B = 28.1%

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

#F86488 (or 0xF86488) is known color: Brink Pink. HEX triplet: F8, 64 and 88. RGB value is (248,100,136). Sum of RGB (Red+Green+Blue) = 248+100+136=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F86488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86488 is #079B77. Grayscale: #949494. Windows color (decimal): -498552 or 8938744. OLE color: 8938744.

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

Color convert

RGB 248 100 136 -
CMYK 0 0.60 0.45 0.03
HSL 345.41º 0.91% 0.68% -
HSV(B) 345.41º 0.6% 0.97% -
XYZ 47.71 30.85 26.73 -
YUV 148.36 121.03 199.07 -
System Red Green Blue C M Y K H S L
Decimal 248 100 136 0 0.60 0.45 0.03 345.41 0.91 0.68
Hex F8 64 88 0 3C 2D 3 159 5B 44
Octal 370 144 210 0 74 55 3 531 133 104
Binary 11111000 1100100 10001000 0 111100 101101 11 101011001 1011011 1000100

Color Harmonies of #F86488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86488

Black with #F86488

Text Example


Text Example

White with #F86488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86488; }

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

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

background-color css

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

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

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

border-color css

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

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

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