Html Css Color HEX #F9628E Brink Pink

📋 copy color: '#F9628E'

red 249 ◦ green 98 ◦ blue 142

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

Shades of Brink Pink #F9628E

Tints of Brink Pink #F9628E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.04%

 BLUE value IS 142 (55.86% from 255) = 29.04%

R = 50.92%
G = 20.04%
B = 29.04%

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

#F9628E (or 0xF9628E) is known color: Brink Pink. HEX triplet: F9, 62 and 8E. RGB value is (249,98,142). Sum of RGB (Red+Green+Blue) = 249+98+142=489 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.92% from 489); Green value is 98 (38.67% from 255 or 20.04% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 249 - color contains mainly: red. Hex color #F9628E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9628E is #069D71. Grayscale: #949494. Windows color (decimal): -433522 or 9331449. OLE color: 9331449.

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

Color convert

RGB 249 98 142 -
CMYK 0 0.61 0.43 0.02
HSL 342.52º 0.93% 0.68% -
HSV(B) 342.52º 0.61% 0.98% -
XYZ 48.32 30.83 29 -
YUV 148.17 124.53 199.92 -
System Red Green Blue C M Y K H S L
Decimal 249 98 142 0 0.61 0.43 0.02 342.52 0.93 0.68
Hex F9 62 8E 0 3D 2B 2 157 5D 44
Octal 371 142 216 0 75 53 2 527 135 104
Binary 11111001 1100010 10001110 0 111101 101011 10 101010111 1011101 1000100

Color Harmonies of #F9628E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9628E

Black with #F9628E

Text Example


Text Example

White with #F9628E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9628E; }

 p { color: rgb(249,98,142); }

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

background-color css

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

 a { background-color: rgb(249,98,142); }

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

border-color css

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

 span { border-color: rgb(249,98,142); }

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