Html Css Color HEX #F9667A Brink Pink

📋 copy color: '#F9667A'

red 249 ◦ green 102 ◦ blue 122

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

Shades of Brink Pink #F9667A

Tints of Brink Pink #F9667A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.79%

R = 52.64%
G = 21.56%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F9667A (or 0xF9667A) is known color: Brink Pink. HEX triplet: F9, 66 and 7A. RGB value is (249,102,122). Sum of RGB (Red+Green+Blue) = 249+102+122=473 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.64% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 249 - color contains mainly: red. Hex color #F9667A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9667A is #069985. Grayscale: #949494. Windows color (decimal): -432518 or 8021753. OLE color: 8021753.

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

Color convert

RGB 249 102 122 -
CMYK 0 0.59 0.51 0.02
HSL 351.84º 0.92% 0.69% -
HSV(B) 351.84º 0.59% 0.98% -
XYZ 47.33 31.05 21.91 -
YUV 148.23 113.2 199.87 -
System Red Green Blue C M Y K H S L
Decimal 249 102 122 0 0.59 0.51 0.02 351.84 0.92 0.69
Hex F9 66 7A 0 3B 33 2 160 5C 45
Octal 371 146 172 0 73 63 2 540 134 105
Binary 11111001 1100110 1111010 0 111011 110011 10 101100000 1011100 1000101

Color Harmonies of #F9667A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9667A

Black with #F9667A

Text Example


Text Example

White with #F9667A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9667A; }

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

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

background-color css

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

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

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

border-color css

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

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

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