Html Css Color HEX #F96988 Brink Pink

📋 copy color: '#F96988'

red 249 ◦ green 105 ◦ blue 136

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

Shades of Brink Pink #F96988

Tints of Brink Pink #F96988

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.43%

 BLUE value IS 136 (53.52% from 255) = 27.76%

R = 50.82%
G = 21.43%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F96988 (or 0xF96988) is known color: Brink Pink. HEX triplet: F9, 69 and 88. RGB value is (249,105,136). Sum of RGB (Red+Green+Blue) = 249+105+136=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F96988 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96988 is #069677. Grayscale: #979797. Windows color (decimal): -431736 or 8940025. OLE color: 8940025.

HSL color Cylindrical-coordinate representation of color #F96988: hue angle of 347.08º 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 #F96988 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 105 136 -
CMYK 0 0.58 0.45 0.02
HSL 347.08º 0.92% 0.69% -
HSV(B) 347.08º 0.58% 0.98% -
XYZ 48.56 32.02 26.91 -
YUV 151.59 119.21 197.48 -
System Red Green Blue C M Y K H S L
Decimal 249 105 136 0 0.58 0.45 0.02 347.08 0.92 0.69
Hex F9 69 88 0 3A 2D 2 15B 5C 45
Octal 371 151 210 0 72 55 2 533 134 105
Binary 11111001 1101001 10001000 0 111010 101101 10 101011011 1011100 1000101

Color Harmonies of #F96988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96988

Black with #F96988

Text Example


Text Example

White with #F96988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96988; }

 p { color: rgb(249,105,136); }

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

background-color css

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

 a { background-color: rgb(249,105,136); }

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

border-color css

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

 span { border-color: rgb(249,105,136); }

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