Html Css Color HEX #F76590 Brink Pink

📋 copy color: '#F76590'

red 247 ◦ green 101 ◦ blue 144

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

Shades of Brink Pink #F76590

Tints of Brink Pink #F76590

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.53%

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

R = 50.2%
G = 20.53%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F76590 (or 0xF76590) is known color: Brink Pink. HEX triplet: F7, 65 and 90. RGB value is (247,101,144). Sum of RGB (Red+Green+Blue) = 247+101+144=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F76590 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76590 is #089A6F. Grayscale: #959595. Windows color (decimal): -563824 or 9463287. OLE color: 9463287.

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

Color convert

RGB 247 101 144 -
CMYK 0 0.59 0.42 0.03
HSL 342.33º 0.9% 0.68% -
HSV(B) 342.33º 0.59% 0.97% -
XYZ 48.05 31.1 29.86 -
YUV 149.56 124.87 197.5 -
System Red Green Blue C M Y K H S L
Decimal 247 101 144 0 0.59 0.42 0.03 342.33 0.9 0.68
Hex F7 65 90 0 3B 2A 3 156 5A 44
Octal 367 145 220 0 73 52 3 526 132 104
Binary 11110111 1100101 10010000 0 111011 101010 11 101010110 1011010 1000100

Color Harmonies of #F76590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76590

Black with #F76590

Text Example


Text Example

White with #F76590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76590; }

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

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

background-color css

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

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

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

border-color css

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

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

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