Html Css Color HEX #F87280 Brink Pink

📋 copy color: '#F87280'

red 248 ◦ green 114 ◦ blue 128

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

Shades of Brink Pink #F87280

Tints of Brink Pink #F87280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.12%

R = 50.61%
G = 23.27%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F87280 (or 0xF87280) is known color: Brink Pink. HEX triplet: F8, 72 and 80. RGB value is (248,114,128). Sum of RGB (Red+Green+Blue) = 248+114+128=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F87280 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87280 is #078D7F. Grayscale: #9B9B9B. Windows color (decimal): -494976 or 8418040. OLE color: 8418040.

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

Color convert

RGB 248 114 128 -
CMYK 0 0.54 0.48 0.03
HSL 353.73º 0.91% 0.71% -
HSV(B) 353.73º 0.54% 0.97% -
XYZ 48.62 33.55 24.33 -
YUV 155.66 112.39 193.86 -
System Red Green Blue C M Y K H S L
Decimal 248 114 128 0 0.54 0.48 0.03 353.73 0.91 0.71
Hex F8 72 80 0 36 30 3 162 5B 47
Octal 370 162 200 0 66 60 3 542 133 107
Binary 11111000 1110010 10000000 0 110110 110000 11 101100010 1011011 1000111

Color Harmonies of #F87280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87280

Black with #F87280

Text Example


Text Example

White with #F87280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87280; }

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

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

background-color css

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

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

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

border-color css

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

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

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