Html Css Color HEX #F9617C Brink Pink

📋 copy color: '#F9617C'

red 249 ◦ green 97 ◦ blue 124

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

Shades of Brink Pink #F9617C

Tints of Brink Pink #F9617C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.64%

 BLUE value IS 124 (48.83% from 255) = 26.38%

R = 52.98%
G = 20.64%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#F9617C (or 0xF9617C) is known color: Brink Pink. HEX triplet: F9, 61 and 7C. RGB value is (249,97,124). Sum of RGB (Red+Green+Blue) = 249+97+124=470 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.98% from 470); Green value is 97 (38.28% from 255 or 20.64% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 249 - color contains mainly: red. Hex color #F9617C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9617C is #069E83. Grayscale: #919191. Windows color (decimal): -433796 or 8151545. OLE color: 8151545.

HSL color Cylindrical-coordinate representation of color #F9617C: hue angle of 349.34º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F9617C is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 97 124 -
CMYK 0 0.61 0.50 0.02
HSL 349.34º 0.93% 0.68% -
HSV(B) 349.34º 0.61% 0.98% -
XYZ 46.98 30.14 22.41 -
YUV 145.53 115.86 201.8 -
System Red Green Blue C M Y K H S L
Decimal 249 97 124 0 0.61 0.50 0.02 349.34 0.93 0.68
Hex F9 61 7C 0 3D 32 2 15D 5D 44
Octal 371 141 174 0 75 62 2 535 135 104
Binary 11111001 1100001 1111100 0 111101 110010 10 101011101 1011101 1000100

Color Harmonies of #F9617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9617C

Black with #F9617C

Text Example


Text Example

White with #F9617C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9617C; }

 p { color: rgb(249,97,124); }

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

background-color css

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

 a { background-color: rgb(249,97,124); }

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

border-color css

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

 span { border-color: rgb(249,97,124); }

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