#F9668E

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

Shades of Brink Pink #F9668E

Tints of Brink Pink #F9668E

Color information

#F9668E (or 0xF9668E) is unknown color: approx Brink Pink. HEX triplet: F9, 66 and 8E. RGB value is (249,102,142). Sum of RGB (Red+Green+Blue) = 249+102+142=493 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.51% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 249 - color contains mainly: red. Hex color #F9668E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9668E is #069971. Grayscale: #969696. Windows color (decimal): -432498 or 9332473. OLE color: 9332473.

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

Color convert

RGB249102142-
CMYK00.590.430.02
HSL343.67º92.45%68.82%-
HSV(B)343.67º59.04%97.65%-
XYZ48.731.629.12-
YUV150.51123.2198.25-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.51%
GREEN value IS 102 (40.23% from 255) = 20.69%
BLUE value IS 142 (55.86% from 255) = 28.80%
R=50.51%
G=20.69%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910214200.590.430.02343.6792.4568.82
HexF9668E03B2B21585c45
Octal371146216073532530134105
Binary1111100111001101000111001110111010111010101100010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9668E; }

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

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

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

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

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

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

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

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