Html Css Color HEX #F76790 Brink Pink

📋 copy color: '#F76790'

red 247 ◦ green 103 ◦ blue 144

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

Shades of Brink Pink #F76790

Tints of Brink Pink #F76790

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.85%

 BLUE value IS 144 (56.64% from 255) = 29.15%

R = 50%
G = 20.85%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F76790 (or 0xF76790) is known color: Brink Pink. HEX triplet: F7, 67 and 90. RGB value is (247,103,144). Sum of RGB (Red+Green+Blue) = 247+103+144=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F76790 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76790 is #08986F. Grayscale: #969696. Windows color (decimal): -563312 or 9463799. OLE color: 9463799.

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

Color convert

RGB 247 103 144 -
CMYK 0 0.58 0.42 0.03
HSL 342.92º 0.9% 0.69% -
HSV(B) 342.92º 0.58% 0.97% -
XYZ 48.24 31.49 29.92 -
YUV 150.73 124.21 196.67 -
System Red Green Blue C M Y K H S L
Decimal 247 103 144 0 0.58 0.42 0.03 342.92 0.9 0.69
Hex F7 67 90 0 3A 2A 3 157 5A 45
Octal 367 147 220 0 72 52 3 527 132 105
Binary 11110111 1100111 10010000 0 111010 101010 11 101010111 1011010 1000101

Color Harmonies of #F76790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76790

Black with #F76790

Text Example


Text Example

White with #F76790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76790; }

 p { color: rgb(247,103,144); }

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

background-color css

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

 a { background-color: rgb(247,103,144); }

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

border-color css

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

 span { border-color: rgb(247,103,144); }

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