Html Css Color HEX #F9617D Brink Pink

📋 copy color: '#F9617D'

red 249 ◦ green 97 ◦ blue 125

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

Shades of Brink Pink #F9617D

Tints of Brink Pink #F9617D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.54%

R = 52.87%
G = 20.59%
B = 26.54%

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

#F9617D (or 0xF9617D) is known color: Brink Pink. HEX triplet: F9, 61 and 7D. RGB value is (249,97,125). Sum of RGB (Red+Green+Blue) = 249+97+125=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F9617D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9617D is #069E82. Grayscale: #919191. Windows color (decimal): -433795 or 8217081. OLE color: 8217081.

HSL color Cylindrical-coordinate representation of color #F9617D: hue angle of 348.95º 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 #F9617D is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 97 125 -
CMYK 0 0.61 0.50 0.02
HSL 348.95º 0.93% 0.68% -
HSV(B) 348.95º 0.61% 0.98% -
XYZ 47.04 30.17 22.75 -
YUV 145.64 116.36 201.72 -
System Red Green Blue C M Y K H S L
Decimal 249 97 125 0 0.61 0.50 0.02 348.95 0.93 0.68
Hex F9 61 7D 0 3D 32 2 15D 5D 44
Octal 371 141 175 0 75 62 2 535 135 104
Binary 11111001 1100001 1111101 0 111101 110010 10 101011101 1011101 1000100

Color Harmonies of #F9617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9617D

Black with #F9617D

Text Example


Text Example

White with #F9617D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9617D; }

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

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

background-color css

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

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

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

border-color css

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

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

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