Html Css Color HEX #F76090 Brink Pink

📋 copy color: '#F76090'

red 247 ◦ green 96 ◦ blue 144

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

Shades of Brink Pink #F76090

Tints of Brink Pink #F76090

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.71%

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

R = 50.72%
G = 19.71%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F76090 (or 0xF76090) is known color: Brink Pink. HEX triplet: F7, 60 and 90. RGB value is (247,96,144). Sum of RGB (Red+Green+Blue) = 247+96+144=487 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.72% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 247 - color contains mainly: red. Hex color #F76090 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76090 is #089F6F. Grayscale: #929292. Windows color (decimal): -565104 or 9462007. OLE color: 9462007.

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

Color convert

RGB 247 96 144 -
CMYK 0 0.61 0.42 0.03
HSL 340.93º 0.9% 0.67% -
HSV(B) 340.93º 0.61% 0.97% -
XYZ 47.57 30.15 29.7 -
YUV 146.62 126.53 199.6 -
System Red Green Blue C M Y K H S L
Decimal 247 96 144 0 0.61 0.42 0.03 340.93 0.9 0.67
Hex F7 60 90 0 3D 2A 3 155 5A 43
Octal 367 140 220 0 75 52 3 525 132 103
Binary 11110111 1100000 10010000 0 111101 101010 11 101010101 1011010 1000011

Color Harmonies of #F76090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76090

Black with #F76090

Text Example


Text Example

White with #F76090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76090; }

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

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

background-color css

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

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

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

border-color css

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

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

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