Html Css Color HEX #F9618D Brink Pink

📋 copy color: '#F9618D'

red 249 ◦ green 97 ◦ blue 141

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

Shades of Brink Pink #F9618D

Tints of Brink Pink #F9618D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.95%

R = 51.13%
G = 19.92%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9618D (or 0xF9618D) is known color: Brink Pink. HEX triplet: F9, 61 and 8D. RGB value is (249,97,141). Sum of RGB (Red+Green+Blue) = 249+97+141=487 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.13% from 487); Green value is 97 (38.28% from 255 or 19.92% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 249 - color contains mainly: red. Hex color #F9618D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9618D is #069E72. Grayscale: #939393. Windows color (decimal): -433779 or 9265657. OLE color: 9265657.

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

Color convert

RGB 249 97 141 -
CMYK 0 0.61 0.43 0.02
HSL 342.63º 0.93% 0.68% -
HSV(B) 342.63º 0.61% 0.98% -
XYZ 48.15 30.61 28.57 -
YUV 147.46 124.36 200.42 -
System Red Green Blue C M Y K H S L
Decimal 249 97 141 0 0.61 0.43 0.02 342.63 0.93 0.68
Hex F9 61 8D 0 3D 2B 2 157 5D 44
Octal 371 141 215 0 75 53 2 527 135 104
Binary 11111001 1100001 10001101 0 111101 101011 10 101010111 1011101 1000100

Color Harmonies of #F9618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9618D

Black with #F9618D

Text Example


Text Example

White with #F9618D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9618D; }

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

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

background-color css

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

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

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

border-color css

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

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

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