Html Css Color HEX #F87287 Brink Pink

📋 copy color: '#F87287'

red 248 ◦ green 114 ◦ blue 135

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

Shades of Brink Pink #F87287

Tints of Brink Pink #F87287

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.94%

 BLUE value IS 135 (53.13% from 255) = 27.16%

R = 49.9%
G = 22.94%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F87287 (or 0xF87287) is known color: Brink Pink. HEX triplet: F8, 72 and 87. RGB value is (248,114,135). Sum of RGB (Red+Green+Blue) = 248+114+135=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 114 (44.92% from 255 or 22.94% from 497); Blue value is 135 (53.12% from 255 or 27.16% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F87287 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87287 is #078D78. Grayscale: #9C9C9C. Windows color (decimal): -494969 or 8876792. OLE color: 8876792.

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

Color convert

RGB 248 114 135 -
CMYK 0 0.54 0.46 0.03
HSL 350.6º 0.91% 0.71% -
HSV(B) 350.6º 0.54% 0.97% -
XYZ 49.1 33.74 26.85 -
YUV 156.46 115.89 193.29 -
System Red Green Blue C M Y K H S L
Decimal 248 114 135 0 0.54 0.46 0.03 350.6 0.91 0.71
Hex F8 72 87 0 36 2E 3 15F 5B 47
Octal 370 162 207 0 66 56 3 537 133 107
Binary 11111000 1110010 10000111 0 110110 101110 11 101011111 1011011 1000111

Color Harmonies of #F87287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87287

Black with #F87287

Text Example


Text Example

White with #F87287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87287; }

 p { color: rgb(248,114,135); }

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

background-color css

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

 a { background-color: rgb(248,114,135); }

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

border-color css

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

 span { border-color: rgb(248,114,135); }

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