Html Css Color HEX #F87482 Brink Pink

📋 copy color: '#F87482'

red 248 ◦ green 116 ◦ blue 130

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

Shades of Brink Pink #F87482

Tints of Brink Pink #F87482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.32%

R = 50.2%
G = 23.48%
B = 26.32%

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

#F87482 (or 0xF87482) is known color: Brink Pink. HEX triplet: F8, 74 and 82. RGB value is (248,116,130). Sum of RGB (Red+Green+Blue) = 248+116+130=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 130 (51.17% from 255 or 26.32% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F87482 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87482 is #078B7D. Grayscale: #9D9D9D. Windows color (decimal): -494462 or 8549624. OLE color: 8549624.

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

Color convert

RGB 248 116 130 -
CMYK 0 0.53 0.48 0.03
HSL 353.64º 0.9% 0.71% -
HSV(B) 353.64º 0.53% 0.97% -
XYZ 48.99 34.06 25.11 -
YUV 157.06 112.73 192.86 -
System Red Green Blue C M Y K H S L
Decimal 248 116 130 0 0.53 0.48 0.03 353.64 0.9 0.71
Hex F8 74 82 0 35 30 3 162 5A 47
Octal 370 164 202 0 65 60 3 542 132 107
Binary 11111000 1110100 10000010 0 110101 110000 11 101100010 1011010 1000111

Color Harmonies of #F87482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87482

Black with #F87482

Text Example


Text Example

White with #F87482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87482; }

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

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

background-color css

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

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

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

border-color css

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

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

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