Html Css Color HEX #F76A8F Brink Pink

📋 copy color: '#F76A8F'

red 247 ◦ green 106 ◦ blue 143

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

Shades of Brink Pink #F76A8F

Tints of Brink Pink #F76A8F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.37%

 BLUE value IS 143 (56.25% from 255) = 28.83%

R = 49.8%
G = 21.37%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F76A8F (or 0xF76A8F) is known color: Brink Pink. HEX triplet: F7, 6A and 8F. RGB value is (247,106,143). Sum of RGB (Red+Green+Blue) = 247+106+143=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 143 (56.25% from 255 or 28.83% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F76A8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76A8F is #089570. Grayscale: #989898. Windows color (decimal): -562545 or 9399031. OLE color: 9399031.

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

Color convert

RGB 247 106 143 -
CMYK 0 0.57 0.42 0.03
HSL 344.26º 0.9% 0.69% -
HSV(B) 344.26º 0.57% 0.97% -
XYZ 48.47 32.07 29.62 -
YUV 152.38 122.71 195.49 -
System Red Green Blue C M Y K H S L
Decimal 247 106 143 0 0.57 0.42 0.03 344.26 0.9 0.69
Hex F7 6A 8F 0 39 2A 3 158 5A 45
Octal 367 152 217 0 71 52 3 530 132 105
Binary 11110111 1101010 10001111 0 111001 101010 11 101011000 1011010 1000101

Color Harmonies of #F76A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76A8F

Black with #F76A8F

Text Example


Text Example

White with #F76A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76A8F; }

 p { color: rgb(247,106,143); }

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

background-color css

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

 a { background-color: rgb(247,106,143); }

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

border-color css

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

 span { border-color: rgb(247,106,143); }

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