#F9667B

Color #F9667B Brink Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brink Pink #F9667B

Tints of Brink Pink #F9667B

Color information

#F9667B (or 0xF9667B) is unknown color: approx Brink Pink. HEX triplet: F9, 66 and 7B. RGB value is (249,102,123). Sum of RGB (Red+Green+Blue) = 249+102+123=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F9667B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9667B is #069984. Grayscale: #949494. Windows color (decimal): -432517 or 8087289. OLE color: 8087289.

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

Color convert

RGB249102123-
CMYK00.590.510.02
HSL351.43º92.45%68.82%-
HSV(B)351.43º59.04%97.65%-
XYZ47.3931.0722.24-
YUV148.35113.7199.79-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.53%
GREEN value IS 102 (40.23% from 255) = 21.52%
BLUE value IS 123 (48.44% from 255) = 25.95%
R=52.53%
G=21.52%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910212300.590.510.02351.4392.4568.82
HexF9667B03B33215f5c45
Octal371146173073632537134105
Binary111110011100110111101101110111100111010101111110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9667B; }

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

 H1.HeaderClassName
 {
   color: #F9667B;
 }
 .AnyTagClassName
 {
   color: #F9667B;
 }
</style>
background-color css

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

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

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

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

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

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