Html Css Color HEX #F77084 Brink Pink

📋 copy color: '#F77084'

red 247 ◦ green 112 ◦ blue 132

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

Shades of Brink Pink #F77084

Tints of Brink Pink #F77084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.88%

R = 50.31%
G = 22.81%
B = 26.88%

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

#F77084 (or 0xF77084) is known color: Brink Pink. HEX triplet: F7, 70 and 84. RGB value is (247,112,132). Sum of RGB (Red+Green+Blue) = 247+112+132=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F77084 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77084 is #088F7B. Grayscale: #9A9A9A. Windows color (decimal): -561020 or 8679671. OLE color: 8679671.

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

Color convert

RGB 247 112 132 -
CMYK 0 0.55 0.47 0.03
HSL 351.11º 0.89% 0.7% -
HSV(B) 351.11º 0.55% 0.97% -
XYZ 48.32 33.03 25.66 -
YUV 154.65 115.23 193.87 -
System Red Green Blue C M Y K H S L
Decimal 247 112 132 0 0.55 0.47 0.03 351.11 0.89 0.7
Hex F7 70 84 0 37 2F 3 15F 59 46
Octal 367 160 204 0 67 57 3 537 131 106
Binary 11110111 1110000 10000100 0 110111 101111 11 101011111 1011001 1000110

Color Harmonies of #F77084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77084

Black with #F77084

Text Example


Text Example

White with #F77084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77084; }

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

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

background-color css

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

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

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

border-color css

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

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

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