Html Css Color HEX #F97984 Brink Pink

📋 copy color: '#F97984'

red 249 ◦ green 121 ◦ blue 132

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

Shades of Brink Pink #F97984

Tints of Brink Pink #F97984

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.1%

 BLUE value IS 132 (51.95% from 255) = 26.29%

R = 49.6%
G = 24.1%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F97984 (or 0xF97984) is known color: Brink Pink. HEX triplet: F9, 79 and 84. RGB value is (249,121,132). Sum of RGB (Red+Green+Blue) = 249+121+132=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 121 (47.66% from 255 or 24.10% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 249 - color contains mainly: red. Hex color #F97984 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97984 is #06867B. Grayscale: #A0A0A0. Windows color (decimal): -427644 or 8681977. OLE color: 8681977.

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

Color convert

RGB 249 121 132 -
CMYK 0 0.51 0.47 0.02
HSL 354.84º 0.91% 0.73% -
HSV(B) 354.84º 0.51% 0.98% -
XYZ 50.07 35.48 26.04 -
YUV 160.53 111.91 191.11 -
System Red Green Blue C M Y K H S L
Decimal 249 121 132 0 0.51 0.47 0.02 354.84 0.91 0.73
Hex F9 79 84 0 33 2F 2 163 5B 49
Octal 371 171 204 0 63 57 2 543 133 111
Binary 11111001 1111001 10000100 0 110011 101111 10 101100011 1011011 1001001

Color Harmonies of #F97984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97984

Black with #F97984

Text Example


Text Example

White with #F97984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97984; }

 p { color: rgb(249,121,132); }

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

background-color css

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

 a { background-color: rgb(249,121,132); }

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

border-color css

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

 span { border-color: rgb(249,121,132); }

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