Html Css Color HEX #F77182 Brink Pink

📋 copy color: '#F77182'

red 247 ◦ green 113 ◦ blue 130

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

Shades of Brink Pink #F77182

Tints of Brink Pink #F77182

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.06%

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

R = 50.41%
G = 23.06%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F77182 (or 0xF77182) is known color: Brink Pink. HEX triplet: F7, 71 and 82. RGB value is (247,113,130). Sum of RGB (Red+Green+Blue) = 247+113+130=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F77182 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77182 is #088E7D. Grayscale: #9B9B9B. Windows color (decimal): -560766 or 8548855. OLE color: 8548855.

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

Color convert

RGB 247 113 130 -
CMYK 0 0.54 0.47 0.03
HSL 352.39º 0.89% 0.71% -
HSV(B) 352.39º 0.54% 0.97% -
XYZ 48.29 33.2 24.98 -
YUV 155 113.89 193.62 -
System Red Green Blue C M Y K H S L
Decimal 247 113 130 0 0.54 0.47 0.03 352.39 0.89 0.71
Hex F7 71 82 0 36 2F 3 160 59 47
Octal 367 161 202 0 66 57 3 540 131 107
Binary 11110111 1110001 10000010 0 110110 101111 11 101100000 1011001 1000111

Color Harmonies of #F77182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77182

Black with #F77182

Text Example


Text Example

White with #F77182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77182; }

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

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

background-color css

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

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

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

border-color css

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

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

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