#F96693

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

Shades of Brink Pink #F96693

Tints of Brink Pink #F96693

Color information

#F96693 (or 0xF96693) is unknown color: approx Brink Pink. HEX triplet: F9, 66 and 93. RGB value is (249,102,147). Sum of RGB (Red+Green+Blue) = 249+102+147=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 147 (57.81% from 255 or 29.52% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F96693 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96693 is #06996C. Grayscale: #979797. Windows color (decimal): -432493 or 9660153. OLE color: 9660153.

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

Color convert

RGB249102147-
CMYK00.590.410.02
HSL341.63º92.45%68.82%-
HSV(B)341.63º59.04%97.65%-
XYZ49.0831.7531.14-
YUV151.08125.7197.84-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50%
GREEN value IS 102 (40.23% from 255) = 20.48%
BLUE value IS 147 (57.81% from 255) = 29.52%
R=50%
G=20.48%
B=29.52%

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
Decimal24910214700.590.410.02341.6392.4568.82
HexF9669303B2921565c45
Octal371146223073512526134105
Binary1111100111001101001001101110111010011010101011010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96693; }

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

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

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

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

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

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

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

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