#F96794

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

Shades of Brink Pink #F96794

Tints of Brink Pink #F96794

Color information

#F96794 (or 0xF96794) is unknown color: approx Brink Pink. HEX triplet: F9, 67 and 94. RGB value is (249,103,148). Sum of RGB (Red+Green+Blue) = 249+103+148=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 103 (40.62% from 255 or 20.6% from 500); Blue value is 148 (58.20% from 255 or 29.6% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F96794 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96794 is #06986B. Grayscale: #979797. Windows color (decimal): -432236 or 9725945. OLE color: 9725945.

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

Color convert

RGB249103148-
CMYK00.590.410.02
HSL341.51º92.41%69.02%-
HSV(B)341.51º58.63%97.65%-
XYZ49.2631.9831.59-
YUV151.78125.87197.34-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.8%
GREEN value IS 103 (40.62% from 255) = 20.6%
BLUE value IS 148 (58.20% from 255) = 29.6%
R=49.8%
G=20.6%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910314800.590.410.02341.5192.4169.02
HexF9679403B2921565c45
Octal371147224073512526134105
Binary1111100111001111001010001110111010011010101011010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96794; }

 p { color: rgb(249,103,148); }

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

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

 a { background-color: rgb(249,103,148); }

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

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

 span { border-color: rgb(249,103,148); }

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