Html Css Color HEX #F96A81 Brink Pink

📋 copy color: '#F96A81'

red 249 ◦ green 106 ◦ blue 129

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

Shades of Brink Pink #F96A81

Tints of Brink Pink #F96A81

RGB

 RED value IS 249 (97.66% from 255) = 51.45%

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

 BLUE value IS 129 (50.78% from 255) = 26.65%

R = 51.45%
G = 21.9%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#F96A81 (or 0xF96A81) is known color: Brink Pink. HEX triplet: F9, 6A and 81. RGB value is (249,106,129). Sum of RGB (Red+Green+Blue) = 249+106+129=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 106 (41.80% from 255 or 21.90% from 484); Blue value is 129 (50.78% from 255 or 26.65% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F96A81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96A81 is #06957E. Grayscale: #979797. Windows color (decimal): -431487 or 8481529. OLE color: 8481529.

HSL color Cylindrical-coordinate representation of color #F96A81: hue angle of 350.35º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F96A81 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 106 129 -
CMYK 0 0.57 0.48 0.02
HSL 350.35º 0.92% 0.7% -
HSV(B) 350.35º 0.57% 0.98% -
XYZ 48.18 32.03 24.41 -
YUV 151.38 115.38 197.63 -
System Red Green Blue C M Y K H S L
Decimal 249 106 129 0 0.57 0.48 0.02 350.35 0.92 0.7
Hex F9 6A 81 0 39 30 2 15E 5C 46
Octal 371 152 201 0 71 60 2 536 134 106
Binary 11111001 1101010 10000001 0 111001 110000 10 101011110 1011100 1000110

Color Harmonies of #F96A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96A81

Black with #F96A81

Text Example


Text Example

White with #F96A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96A81; }

 p { color: rgb(249,106,129); }

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

background-color css

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

 a { background-color: rgb(249,106,129); }

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

border-color css

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

 span { border-color: rgb(249,106,129); }

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