Html Css Color HEX #F9618A Brink Pink

📋 copy color: '#F9618A'

red 249 ◦ green 97 ◦ blue 138

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

Shades of Brink Pink #F9618A

Tints of Brink Pink #F9618A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.51%

R = 51.45%
G = 20.04%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F9618A (or 0xF9618A) is known color: Brink Pink. HEX triplet: F9, 61 and 8A. RGB value is (249,97,138). Sum of RGB (Red+Green+Blue) = 249+97+138=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 97 (38.28% from 255 or 20.04% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F9618A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9618A is #069E75. Grayscale: #939393. Windows color (decimal): -433782 or 9069049. OLE color: 9069049.

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

Color convert

RGB 249 97 138 -
CMYK 0 0.61 0.45 0.02
HSL 343.82º 0.93% 0.68% -
HSV(B) 343.82º 0.61% 0.98% -
XYZ 47.93 30.52 27.41 -
YUV 147.12 122.86 200.67 -
System Red Green Blue C M Y K H S L
Decimal 249 97 138 0 0.61 0.45 0.02 343.82 0.93 0.68
Hex F9 61 8A 0 3D 2D 2 158 5D 44
Octal 371 141 212 0 75 55 2 530 135 104
Binary 11111001 1100001 10001010 0 111101 101101 10 101011000 1011101 1000100

Color Harmonies of #F9618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9618A

Black with #F9618A

Text Example


Text Example

White with #F9618A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9618A; }

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

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

background-color css

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

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

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

border-color css

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

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

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