Html Css Color HEX #F77082 Brink Pink

📋 copy color: '#F77082'

red 247 ◦ green 112 ◦ blue 130

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

Shades of Brink Pink #F77082

Tints of Brink Pink #F77082

RGB

 RED value IS 247 (96.88% from 255) = 50.51%

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

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

R = 50.51%
G = 22.9%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F77082 (or 0xF77082) is known color: Brink Pink. HEX triplet: F7, 70 and 82. RGB value is (247,112,130). Sum of RGB (Red+Green+Blue) = 247+112+130=489 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.51% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 247 - color contains mainly: red. Hex color #F77082 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77082 is #088F7D. Grayscale: #9A9A9A. Windows color (decimal): -561022 or 8548599. OLE color: 8548599.

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

Color convert

RGB 247 112 130 -
CMYK 0 0.55 0.47 0.03
HSL 352º 0.89% 0.7% -
HSV(B) 352º 0.55% 0.97% -
XYZ 48.18 32.97 24.94 -
YUV 154.42 114.23 194.04 -
System Red Green Blue C M Y K H S L
Decimal 247 112 130 0 0.55 0.47 0.03 352 0.89 0.7
Hex F7 70 82 0 37 2F 3 160 59 46
Octal 367 160 202 0 67 57 3 540 131 106
Binary 11110111 1110000 10000010 0 110111 101111 11 101100000 1011001 1000110

Color Harmonies of #F77082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77082

Black with #F77082

Text Example


Text Example

White with #F77082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77082; }

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

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

background-color css

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

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

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

border-color css

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

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

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