Html Css Color HEX #F9667E Brink Pink

📋 copy color: '#F9667E'

red 249 ◦ green 102 ◦ blue 126

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

Shades of Brink Pink #F9667E

Tints of Brink Pink #F9667E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.38%

 BLUE value IS 126 (49.61% from 255) = 26.42%

R = 52.2%
G = 21.38%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F9667E (or 0xF9667E) is known color: Brink Pink. HEX triplet: F9, 66 and 7E. RGB value is (249,102,126). Sum of RGB (Red+Green+Blue) = 249+102+126=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F9667E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9667E is #069981. Grayscale: #949494. Windows color (decimal): -432514 or 8283897. OLE color: 8283897.

HSL color Cylindrical-coordinate representation of color #F9667E: hue angle of 350.2º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F9667E is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 102 126 -
CMYK 0 0.59 0.49 0.02
HSL 350.2º 0.92% 0.69% -
HSV(B) 350.2º 0.59% 0.98% -
XYZ 47.58 31.15 23.24 -
YUV 148.69 115.2 199.55 -
System Red Green Blue C M Y K H S L
Decimal 249 102 126 0 0.59 0.49 0.02 350.2 0.92 0.69
Hex F9 66 7E 0 3B 31 2 15E 5C 45
Octal 371 146 176 0 73 61 2 536 134 105
Binary 11111001 1100110 1111110 0 111011 110001 10 101011110 1011100 1000101

Color Harmonies of #F9667E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9667E

Black with #F9667E

Text Example


Text Example

White with #F9667E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9667E; }

 p { color: rgb(249,102,126); }

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

background-color css

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

 a { background-color: rgb(249,102,126); }

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

border-color css

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

 span { border-color: rgb(249,102,126); }

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