Html Css Color HEX #F87481 Brink Pink

📋 copy color: '#F87481'

red 248 ◦ green 116 ◦ blue 129

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

Shades of Brink Pink #F87481

Tints of Brink Pink #F87481

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.53%

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

R = 50.3%
G = 23.53%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F87481 (or 0xF87481) is known color: Brink Pink. HEX triplet: F8, 74 and 81. RGB value is (248,116,129). Sum of RGB (Red+Green+Blue) = 248+116+129=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 129 (50.78% from 255 or 26.17% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F87481 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87481 is #078B7E. Grayscale: #9D9D9D. Windows color (decimal): -494463 or 8484088. OLE color: 8484088.

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

Color convert

RGB 248 116 129 -
CMYK 0 0.53 0.48 0.03
HSL 354.09º 0.9% 0.71% -
HSV(B) 354.09º 0.53% 0.97% -
XYZ 48.92 34.03 24.76 -
YUV 156.95 112.23 192.94 -
System Red Green Blue C M Y K H S L
Decimal 248 116 129 0 0.53 0.48 0.03 354.09 0.9 0.71
Hex F8 74 81 0 35 30 3 162 5A 47
Octal 370 164 201 0 65 60 3 542 132 107
Binary 11111000 1110100 10000001 0 110101 110000 11 101100010 1011010 1000111

Color Harmonies of #F87481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87481

Black with #F87481

Text Example


Text Example

White with #F87481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87481; }

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

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

background-color css

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

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

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

border-color css

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

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

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