Html Css Color HEX #F87281 Brink Pink

📋 copy color: '#F87281'

red 248 ◦ green 114 ◦ blue 129

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

Shades of Brink Pink #F87281

Tints of Brink Pink #F87281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.27%

R = 50.51%
G = 23.22%
B = 26.27%

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

#F87281 (or 0xF87281) is known color: Brink Pink. HEX triplet: F8, 72 and 81. RGB value is (248,114,129). Sum of RGB (Red+Green+Blue) = 248+114+129=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F87281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87281 is #078D7E. Grayscale: #9B9B9B. Windows color (decimal): -494975 or 8483576. OLE color: 8483576.

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

Color convert

RGB 248 114 129 -
CMYK 0 0.54 0.48 0.03
HSL 353.28º 0.91% 0.71% -
HSV(B) 353.28º 0.54% 0.97% -
XYZ 48.69 33.58 24.68 -
YUV 155.78 112.89 193.78 -
System Red Green Blue C M Y K H S L
Decimal 248 114 129 0 0.54 0.48 0.03 353.28 0.91 0.71
Hex F8 72 81 0 36 30 3 161 5B 47
Octal 370 162 201 0 66 60 3 541 133 107
Binary 11111000 1110010 10000001 0 110110 110000 11 101100001 1011011 1000111

Color Harmonies of #F87281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87281

Black with #F87281

Text Example


Text Example

White with #F87281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87281; }

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

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

background-color css

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

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

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

border-color css

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

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

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