Html Css Color HEX #F96880 Brink Pink

📋 copy color: '#F96880'

red 249 ◦ green 104 ◦ blue 128

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

Shades of Brink Pink #F96880

Tints of Brink Pink #F96880

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.62%

 BLUE value IS 128 (50.39% from 255) = 26.61%

R = 51.77%
G = 21.62%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F96880 (or 0xF96880) is known color: Brink Pink. HEX triplet: F9, 68 and 80. RGB value is (249,104,128). Sum of RGB (Red+Green+Blue) = 249+104+128=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F96880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96880 is #06977F. Grayscale: #969696. Windows color (decimal): -432000 or 8415481. OLE color: 8415481.

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

Color convert

RGB 249 104 128 -
CMYK 0 0.58 0.49 0.02
HSL 350.07º 0.92% 0.69% -
HSV(B) 350.07º 0.58% 0.98% -
XYZ 47.91 31.6 24 -
YUV 150.09 115.54 198.55 -
System Red Green Blue C M Y K H S L
Decimal 249 104 128 0 0.58 0.49 0.02 350.07 0.92 0.69
Hex F9 68 80 0 3A 31 2 15E 5C 45
Octal 371 150 200 0 72 61 2 536 134 105
Binary 11111001 1101000 10000000 0 111010 110001 10 101011110 1011100 1000101

Color Harmonies of #F96880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96880

Black with #F96880

Text Example


Text Example

White with #F96880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96880; }

 p { color: rgb(249,104,128); }

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

background-color css

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

 a { background-color: rgb(249,104,128); }

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

border-color css

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

 span { border-color: rgb(249,104,128); }

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