Html Css Color HEX #F97488 Brink Pink

📋 copy color: '#F97488'

red 249 ◦ green 116 ◦ blue 136

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

Shades of Brink Pink #F97488

Tints of Brink Pink #F97488

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.15%

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

R = 49.7%
G = 23.15%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F97488 (or 0xF97488) is known color: Brink Pink. HEX triplet: F9, 74 and 88. RGB value is (249,116,136). Sum of RGB (Red+Green+Blue) = 249+116+136=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F97488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97488 is #068B77. Grayscale: #9E9E9E. Windows color (decimal): -428920 or 8942841. OLE color: 8942841.

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

Color convert

RGB 249 116 136 -
CMYK 0 0.53 0.45 0.02
HSL 350.98º 0.92% 0.72% -
HSV(B) 350.98º 0.53% 0.98% -
XYZ 49.76 34.41 27.31 -
YUV 158.05 115.56 192.87 -
System Red Green Blue C M Y K H S L
Decimal 249 116 136 0 0.53 0.45 0.02 350.98 0.92 0.72
Hex F9 74 88 0 35 2D 2 15F 5C 48
Octal 371 164 210 0 65 55 2 537 134 110
Binary 11111001 1110100 10001000 0 110101 101101 10 101011111 1011100 1001000

Color Harmonies of #F97488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97488

Black with #F97488

Text Example


Text Example

White with #F97488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97488; }

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

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

background-color css

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

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

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

border-color css

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

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

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