Html Css Color HEX #F76391 Brink Pink

📋 copy color: '#F76391'

red 247 ◦ green 99 ◦ blue 145

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

Shades of Brink Pink #F76391

Tints of Brink Pink #F76391

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.16%

 BLUE value IS 145 (57.03% from 255) = 29.53%

R = 50.31%
G = 20.16%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F76391 (or 0xF76391) is known color: Brink Pink. HEX triplet: F7, 63 and 91. RGB value is (247,99,145). Sum of RGB (Red+Green+Blue) = 247+99+145=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F76391 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76391 is #089C6E. Grayscale: #949494. Windows color (decimal): -564335 or 9528311. OLE color: 9528311.

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

Color convert

RGB 247 99 145 -
CMYK 0 0.60 0.41 0.03
HSL 341.35º 0.9% 0.68% -
HSV(B) 341.35º 0.6% 0.97% -
XYZ 47.93 30.74 30.2 -
YUV 148.5 126.03 198.26 -
System Red Green Blue C M Y K H S L
Decimal 247 99 145 0 0.60 0.41 0.03 341.35 0.9 0.68
Hex F7 63 91 0 3C 29 3 155 5A 44
Octal 367 143 221 0 74 51 3 525 132 104
Binary 11110111 1100011 10010001 0 111100 101001 11 101010101 1011010 1000100

Color Harmonies of #F76391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76391

Black with #F76391

Text Example


Text Example

White with #F76391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76391; }

 p { color: rgb(247,99,145); }

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

background-color css

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

 a { background-color: rgb(247,99,145); }

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

border-color css

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

 span { border-color: rgb(247,99,145); }

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