#F96683

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

Shades of Brink Pink #F96683

Tints of Brink Pink #F96683

Color information

#F96683 (or 0xF96683) is unknown color: approx Brink Pink. HEX triplet: F9, 66 and 83. RGB value is (249,102,131). Sum of RGB (Red+Green+Blue) = 249+102+131=482 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.66% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 131 (51.56% from 255 or 27.18% from 482); Max value from RGB is 249 - color contains mainly: red. Hex color #F96683 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96683 is #06997C. Grayscale: #959595. Windows color (decimal): -432509 or 8611577. OLE color: 8611577.

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

Color convert

RGB249102131-
CMYK00.590.470.02
HSL348.16º92.45%68.82%-
HSV(B)348.16º59.04%97.65%-
XYZ47.9231.2824.99-
YUV149.26117.7199.14-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.66%
GREEN value IS 102 (40.23% from 255) = 21.16%
BLUE value IS 131 (51.56% from 255) = 27.18%
R=51.66%
G=21.16%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910213100.590.470.02348.1692.4568.82
HexF9668303B2F215c5c45
Octal371146203073572534134105
Binary1111100111001101000001101110111011111010101110010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96683; }

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

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

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

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

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

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

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

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