Html Css Color HEX #F96995 Brink Pink

📋 copy color: '#F96995'

red 249 ◦ green 105 ◦ blue 149

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

Shades of Brink Pink #F96995

Tints of Brink Pink #F96995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.62%

R = 49.5%
G = 20.87%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F96995 (or 0xF96995) is known color: Brink Pink. HEX triplet: F9, 69 and 95. RGB value is (249,105,149). Sum of RGB (Red+Green+Blue) = 249+105+149=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F96995 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96995 is #06966A. Grayscale: #999999. Windows color (decimal): -431723 or 9791993. OLE color: 9791993.

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

Color convert

RGB 249 105 149 -
CMYK 0 0.58 0.40 0.02
HSL 341.67º 0.92% 0.69% -
HSV(B) 341.67º 0.58% 0.98% -
XYZ 49.54 32.41 32.08 -
YUV 153.07 125.71 196.42 -
System Red Green Blue C M Y K H S L
Decimal 249 105 149 0 0.58 0.40 0.02 341.67 0.92 0.69
Hex F9 69 95 0 3A 28 2 156 5C 45
Octal 371 151 225 0 72 50 2 526 134 105
Binary 11111001 1101001 10010101 0 111010 101000 10 101010110 1011100 1000101

Color Harmonies of #F96995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96995

Black with #F96995

Text Example


Text Example

White with #F96995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96995; }

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

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

background-color css

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

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

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

border-color css

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

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

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