Html Css Color HEX #F76881 Brink Pink

📋 copy color: '#F76881'

red 247 ◦ green 104 ◦ blue 129

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

Shades of Brink Pink #F76881

Tints of Brink Pink #F76881

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.67%

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

R = 51.46%
G = 21.67%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F76881 (or 0xF76881) is known color: Brink Pink. HEX triplet: F7, 68 and 81. RGB value is (247,104,129). Sum of RGB (Red+Green+Blue) = 247+104+129=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 129 (50.78% from 255 or 26.88% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F76881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76881 is #08977E. Grayscale: #959595. Windows color (decimal): -563071 or 8481015. OLE color: 8481015.

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

Color convert

RGB 247 104 129 -
CMYK 0 0.58 0.48 0.03
HSL 349.51º 0.9% 0.69% -
HSV(B) 349.51º 0.58% 0.97% -
XYZ 47.27 31.26 24.31 -
YUV 149.61 116.38 197.47 -
System Red Green Blue C M Y K H S L
Decimal 247 104 129 0 0.58 0.48 0.03 349.51 0.9 0.69
Hex F7 68 81 0 3A 30 3 15E 5A 45
Octal 367 150 201 0 72 60 3 536 132 105
Binary 11110111 1101000 10000001 0 111010 110000 11 101011110 1011010 1000101

Color Harmonies of #F76881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76881

Black with #F76881

Text Example


Text Example

White with #F76881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76881; }

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

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

background-color css

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

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

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

border-color css

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

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

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