Html Css Color HEX #F97785 Brink Pink

📋 copy color: '#F97785'

red 249 ◦ green 119 ◦ blue 133

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

Shades of Brink Pink #F97785

Tints of Brink Pink #F97785

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.75%

 BLUE value IS 133 (52.34% from 255) = 26.55%

R = 49.7%
G = 23.75%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F97785 (or 0xF97785) is known color: Brink Pink. HEX triplet: F9, 77 and 85. RGB value is (249,119,133). Sum of RGB (Red+Green+Blue) = 249+119+133=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 119 (46.88% from 255 or 23.75% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F97785 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97785 is #06887A. Grayscale: #9F9F9F. Windows color (decimal): -428155 or 8747001. OLE color: 8747001.

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

Color convert

RGB 249 119 133 -
CMYK 0 0.52 0.47 0.02
HSL 353.54º 0.92% 0.72% -
HSV(B) 353.54º 0.52% 0.98% -
XYZ 49.9 35.03 26.32 -
YUV 159.47 113.07 191.86 -
System Red Green Blue C M Y K H S L
Decimal 249 119 133 0 0.52 0.47 0.02 353.54 0.92 0.72
Hex F9 77 85 0 34 2F 2 162 5C 48
Octal 371 167 205 0 64 57 2 542 134 110
Binary 11111001 1110111 10000101 0 110100 101111 10 101100010 1011100 1001000

Color Harmonies of #F97785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97785

Black with #F97785

Text Example


Text Example

White with #F97785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97785; }

 p { color: rgb(249,119,133); }

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

background-color css

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

 a { background-color: rgb(249,119,133); }

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

border-color css

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

 span { border-color: rgb(249,119,133); }

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