Html Css Color HEX #F9687A Brink Pink

📋 copy color: '#F9687A'

red 249 ◦ green 104 ◦ blue 122

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

Shades of Brink Pink #F9687A

Tints of Brink Pink #F9687A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.89%

 BLUE value IS 122 (48.05% from 255) = 25.68%

R = 52.42%
G = 21.89%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F9687A (or 0xF9687A) is known color: Brink Pink. HEX triplet: F9, 68 and 7A. RGB value is (249,104,122). Sum of RGB (Red+Green+Blue) = 249+104+122=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F9687A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9687A is #069785. Grayscale: #959595. Windows color (decimal): -432006 or 8022265. OLE color: 8022265.

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

Color convert

RGB 249 104 122 -
CMYK 0 0.58 0.51 0.02
HSL 352.55º 0.92% 0.69% -
HSV(B) 352.55º 0.58% 0.98% -
XYZ 47.53 31.45 21.98 -
YUV 149.41 112.54 199.04 -
System Red Green Blue C M Y K H S L
Decimal 249 104 122 0 0.58 0.51 0.02 352.55 0.92 0.69
Hex F9 68 7A 0 3A 33 2 161 5C 45
Octal 371 150 172 0 72 63 2 541 134 105
Binary 11111001 1101000 1111010 0 111010 110011 10 101100001 1011100 1000101

Color Harmonies of #F9687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9687A

Black with #F9687A

Text Example


Text Example

White with #F9687A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9687A; }

 p { color: rgb(249,104,122); }

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

background-color css

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

 a { background-color: rgb(249,104,122); }

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

border-color css

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

 span { border-color: rgb(249,104,122); }

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