Html Css Color HEX #F96F83 Brink Pink

📋 copy color: '#F96F83'

red 249 ◦ green 111 ◦ blue 131

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

Shades of Brink Pink #F96F83

Tints of Brink Pink #F96F83

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.61%

 BLUE value IS 131 (51.56% from 255) = 26.68%

R = 50.71%
G = 22.61%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F96F83 (or 0xF96F83) is known color: Brink Pink. HEX triplet: F9, 6F and 83. RGB value is (249,111,131). Sum of RGB (Red+Green+Blue) = 249+111+131=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 131 (51.56% from 255 or 26.68% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F96F83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96F83 is #06907C. Grayscale: #9A9A9A. Windows color (decimal): -430205 or 8613881. OLE color: 8613881.

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

Color convert

RGB 249 111 131 -
CMYK 0 0.55 0.47 0.02
HSL 351.3º 0.92% 0.71% -
HSV(B) 351.3º 0.55% 0.98% -
XYZ 48.85 33.15 25.3 -
YUV 154.54 114.72 195.37 -
System Red Green Blue C M Y K H S L
Decimal 249 111 131 0 0.55 0.47 0.02 351.3 0.92 0.71
Hex F9 6F 83 0 37 2F 2 15F 5C 47
Octal 371 157 203 0 67 57 2 537 134 107
Binary 11111001 1101111 10000011 0 110111 101111 10 101011111 1011100 1000111

Color Harmonies of #F96F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96F83

Black with #F96F83

Text Example


Text Example

White with #F96F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96F83; }

 p { color: rgb(249,111,131); }

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

background-color css

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

 a { background-color: rgb(249,111,131); }

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

border-color css

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

 span { border-color: rgb(249,111,131); }

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