Html Css Color HEX #F96688 Brink Pink

📋 copy color: '#F96688'

red 249 ◦ green 102 ◦ blue 136

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

Shades of Brink Pink #F96688

Tints of Brink Pink #F96688

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.94%

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

R = 51.13%
G = 20.94%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F96688 (or 0xF96688) is known color: Brink Pink. HEX triplet: F9, 66 and 88. RGB value is (249,102,136). Sum of RGB (Red+Green+Blue) = 249+102+136=487 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.13% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 249 - color contains mainly: red. Hex color #F96688 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96688 is #069977. Grayscale: #959595. Windows color (decimal): -432504 or 8939257. OLE color: 8939257.

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

Color convert

RGB 249 102 136 -
CMYK 0 0.59 0.45 0.02
HSL 346.12º 0.92% 0.69% -
HSV(B) 346.12º 0.59% 0.98% -
XYZ 48.26 31.42 26.81 -
YUV 149.83 120.2 198.74 -
System Red Green Blue C M Y K H S L
Decimal 249 102 136 0 0.59 0.45 0.02 346.12 0.92 0.69
Hex F9 66 88 0 3B 2D 2 15A 5C 45
Octal 371 146 210 0 73 55 2 532 134 105
Binary 11111001 1100110 10001000 0 111011 101101 10 101011010 1011100 1000101

Color Harmonies of #F96688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96688

Black with #F96688

Text Example


Text Example

White with #F96688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96688; }

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

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

background-color css

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

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

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

border-color css

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

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

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