Html Css Color HEX #F96D8F Brink Pink

📋 copy color: '#F96D8F'

red 249 ◦ green 109 ◦ blue 143

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

Shades of Brink Pink #F96D8F

Tints of Brink Pink #F96D8F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.76%

 BLUE value IS 143 (56.25% from 255) = 28.54%

R = 49.7%
G = 21.76%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F96D8F (or 0xF96D8F) is known color: Brink Pink. HEX triplet: F9, 6D and 8F. RGB value is (249,109,143). Sum of RGB (Red+Green+Blue) = 249+109+143=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F96D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96D8F is #069270. Grayscale: #9A9A9A. Windows color (decimal): -430705 or 9399801. OLE color: 9399801.

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

Color convert

RGB 249 109 143 -
CMYK 0 0.56 0.43 0.02
HSL 345.43º 0.92% 0.7% -
HSV(B) 345.43º 0.56% 0.98% -
XYZ 49.49 33.06 29.76 -
YUV 154.74 121.38 195.24 -
System Red Green Blue C M Y K H S L
Decimal 249 109 143 0 0.56 0.43 0.02 345.43 0.92 0.7
Hex F9 6D 8F 0 38 2B 2 159 5C 46
Octal 371 155 217 0 70 53 2 531 134 106
Binary 11111001 1101101 10001111 0 111000 101011 10 101011001 1011100 1000110

Color Harmonies of #F96D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96D8F

Black with #F96D8F

Text Example


Text Example

White with #F96D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96D8F; }

 p { color: rgb(249,109,143); }

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

background-color css

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

 a { background-color: rgb(249,109,143); }

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

border-color css

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

 span { border-color: rgb(249,109,143); }

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