Html Css Color HEX #F87082 Brink Pink

📋 copy color: '#F87082'

red 248 ◦ green 112 ◦ blue 130

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

Shades of Brink Pink #F87082

Tints of Brink Pink #F87082

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.86%

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

R = 50.61%
G = 22.86%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F87082 (or 0xF87082) is known color: Brink Pink. HEX triplet: F8, 70 and 82. RGB value is (248,112,130). Sum of RGB (Red+Green+Blue) = 248+112+130=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F87082 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87082 is #078F7D. Grayscale: #9A9A9A. Windows color (decimal): -495486 or 8548600. OLE color: 8548600.

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

Color convert

RGB 248 112 130 -
CMYK 0 0.55 0.48 0.03
HSL 352.06º 0.91% 0.71% -
HSV(B) 352.06º 0.55% 0.97% -
XYZ 48.53 33.16 24.96 -
YUV 154.72 114.06 194.54 -
System Red Green Blue C M Y K H S L
Decimal 248 112 130 0 0.55 0.48 0.03 352.06 0.91 0.71
Hex F8 70 82 0 37 30 3 160 5B 47
Octal 370 160 202 0 67 60 3 540 133 107
Binary 11111000 1110000 10000010 0 110111 110000 11 101100000 1011011 1000111

Color Harmonies of #F87082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87082

Black with #F87082

Text Example


Text Example

White with #F87082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87082; }

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

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

background-color css

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

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

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

border-color css

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

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

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