Html Css Color HEX #F77081 Brink Pink

📋 copy color: '#F77081'

red 247 ◦ green 112 ◦ blue 129

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

Shades of Brink Pink #F77081

Tints of Brink Pink #F77081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.43%

R = 50.61%
G = 22.95%
B = 26.43%

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

#F77081 (or 0xF77081) is known color: Brink Pink. HEX triplet: F7, 70 and 81. RGB value is (247,112,129). Sum of RGB (Red+Green+Blue) = 247+112+129=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F77081 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77081 is #088F7E. Grayscale: #9A9A9A. Windows color (decimal): -561023 or 8483063. OLE color: 8483063.

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

Color convert

RGB 247 112 129 -
CMYK 0 0.55 0.48 0.03
HSL 352.44º 0.89% 0.7% -
HSV(B) 352.44º 0.55% 0.97% -
XYZ 48.11 32.95 24.59 -
YUV 154.3 113.73 194.12 -
System Red Green Blue C M Y K H S L
Decimal 247 112 129 0 0.55 0.48 0.03 352.44 0.89 0.7
Hex F7 70 81 0 37 30 3 160 59 46
Octal 367 160 201 0 67 60 3 540 131 106
Binary 11110111 1110000 10000001 0 110111 110000 11 101100000 1011001 1000110

Color Harmonies of #F77081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77081

Black with #F77081

Text Example


Text Example

White with #F77081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77081; }

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

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

background-color css

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

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

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

border-color css

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

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

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