#F96892

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

Shades of Brink Pink #F96892

Tints of Brink Pink #F96892

Color information

#F96892 (or 0xF96892) is unknown color: approx Brink Pink. HEX triplet: F9, 68 and 92. RGB value is (249,104,146). Sum of RGB (Red+Green+Blue) = 249+104+146=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F96892 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96892 is #06976D. Grayscale: #989898. Windows color (decimal): -431982 or 9595129. OLE color: 9595129.

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

Color convert

RGB249104146-
CMYK00.580.410.02
HSL342.62º92.36%69.22%-
HSV(B)342.62º58.23%97.65%-
XYZ49.2132.1230.8-
YUV152.14124.54197.08-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.90%
GREEN value IS 104 (41.02% from 255) = 20.84%
BLUE value IS 146 (57.42% from 255) = 29.26%
R=49.90%
G=20.84%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910414600.580.410.02342.6292.3669.22
HexF9689203A2921575c45
Octal371150222072512527134105
Binary1111100111010001001001001110101010011010101011110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96892; }

 p { color: rgb(249,104,146); }

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

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

 a { background-color: rgb(249,104,146); }

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

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

 span { border-color: rgb(249,104,146); }

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