Html Css Color HEX #F87282 Brink Pink

📋 copy color: '#F87282'

red 248 ◦ green 114 ◦ blue 130

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

Shades of Brink Pink #F87282

Tints of Brink Pink #F87282

RGB

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

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

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

R = 50.41%
G = 23.17%
B = 26.42%

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

#F87282 (or 0xF87282) is known color: Brink Pink. HEX triplet: F8, 72 and 82. RGB value is (248,114,130). Sum of RGB (Red+Green+Blue) = 248+114+130=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F87282 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87282 is #078D7D. Grayscale: #9B9B9B. Windows color (decimal): -494974 or 8549112. OLE color: 8549112.

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

Color convert

RGB 248 114 130 -
CMYK 0 0.54 0.48 0.03
HSL 352.84º 0.91% 0.71% -
HSV(B) 352.84º 0.54% 0.97% -
XYZ 48.76 33.6 25.04 -
YUV 155.89 113.39 193.7 -
System Red Green Blue C M Y K H S L
Decimal 248 114 130 0 0.54 0.48 0.03 352.84 0.91 0.71
Hex F8 72 82 0 36 30 3 161 5B 47
Octal 370 162 202 0 66 60 3 541 133 107
Binary 11111000 1110010 10000010 0 110110 110000 11 101100001 1011011 1000111

Color Harmonies of #F87282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87282

Black with #F87282

Text Example


Text Example

White with #F87282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87282; }

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

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

background-color css

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

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

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

border-color css

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

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

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