Html Css Color HEX #F9667F Brink Pink

📋 copy color: '#F9667F'

red 249 ◦ green 102 ◦ blue 127

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

Shades of Brink Pink #F9667F

Tints of Brink Pink #F9667F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.57%

R = 52.09%
G = 21.34%
B = 26.57%

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

#F9667F (or 0xF9667F) is known color: Brink Pink. HEX triplet: F9, 66 and 7F. RGB value is (249,102,127). Sum of RGB (Red+Green+Blue) = 249+102+127=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F9667F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9667F is #069980. Grayscale: #949494. Windows color (decimal): -432513 or 8349433. OLE color: 8349433.

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

Color convert

RGB 249 102 127 -
CMYK 0 0.59 0.49 0.02
HSL 349.8º 0.92% 0.69% -
HSV(B) 349.8º 0.59% 0.98% -
XYZ 47.65 31.17 23.58 -
YUV 148.8 115.7 199.47 -
System Red Green Blue C M Y K H S L
Decimal 249 102 127 0 0.59 0.49 0.02 349.8 0.92 0.69
Hex F9 66 7F 0 3B 31 2 15E 5C 45
Octal 371 146 177 0 73 61 2 536 134 105
Binary 11111001 1100110 1111111 0 111011 110001 10 101011110 1011100 1000101

Color Harmonies of #F9667F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9667F

Black with #F9667F

Text Example


Text Example

White with #F9667F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9667F; }

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

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

background-color css

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

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

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

border-color css

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

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

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