Html Css Color HEX #F76890 Brink Pink

📋 copy color: '#F76890'

red 247 ◦ green 104 ◦ blue 144

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

Shades of Brink Pink #F76890

Tints of Brink Pink #F76890

RGB

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

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

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

R = 49.9%
G = 21.01%
B = 29.09%

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

#F76890 (or 0xF76890) is known color: Brink Pink. HEX triplet: F7, 68 and 90. RGB value is (247,104,144). Sum of RGB (Red+Green+Blue) = 247+104+144=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F76890 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76890 is #08976F. Grayscale: #979797. Windows color (decimal): -563056 or 9464055. OLE color: 9464055.

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

Color convert

RGB 247 104 144 -
CMYK 0 0.58 0.42 0.03
HSL 343.22º 0.9% 0.69% -
HSV(B) 343.22º 0.58% 0.97% -
XYZ 48.34 31.69 29.95 -
YUV 151.32 123.88 196.25 -
System Red Green Blue C M Y K H S L
Decimal 247 104 144 0 0.58 0.42 0.03 343.22 0.9 0.69
Hex F7 68 90 0 3A 2A 3 157 5A 45
Octal 367 150 220 0 72 52 3 527 132 105
Binary 11110111 1101000 10010000 0 111010 101010 11 101010111 1011010 1000101

Color Harmonies of #F76890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76890

Black with #F76890

Text Example


Text Example

White with #F76890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76890; }

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

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

background-color css

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

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

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

border-color css

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

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

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