Html Css Color HEX #F76491 Brink Pink

📋 copy color: '#F76491'

red 247 ◦ green 100 ◦ blue 145

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

Shades of Brink Pink #F76491

Tints of Brink Pink #F76491

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.33%

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

R = 50.2%
G = 20.33%
B = 29.47%

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

#F76491 (or 0xF76491) is known color: Brink Pink. HEX triplet: F7, 64 and 91. RGB value is (247,100,145). Sum of RGB (Red+Green+Blue) = 247+100+145=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 145 (57.03% from 255 or 29.47% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F76491 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76491 is #089B6E. Grayscale: #959595. Windows color (decimal): -564079 or 9528567. OLE color: 9528567.

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

Color convert

RGB 247 100 145 -
CMYK 0 0.60 0.41 0.03
HSL 341.63º 0.9% 0.68% -
HSV(B) 341.63º 0.6% 0.97% -
XYZ 48.03 30.93 30.23 -
YUV 149.08 125.7 197.84 -
System Red Green Blue C M Y K H S L
Decimal 247 100 145 0 0.60 0.41 0.03 341.63 0.9 0.68
Hex F7 64 91 0 3C 29 3 156 5A 44
Octal 367 144 221 0 74 51 3 526 132 104
Binary 11110111 1100100 10010001 0 111100 101001 11 101010110 1011010 1000100

Color Harmonies of #F76491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76491

Black with #F76491

Text Example


Text Example

White with #F76491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76491; }

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

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

background-color css

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

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

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

border-color css

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

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

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