#F96682

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

Shades of Brink Pink #F96682

Tints of Brink Pink #F96682

Color information

#F96682 (or 0xF96682) is unknown color: approx Brink Pink. HEX triplet: F9, 66 and 82. RGB value is (249,102,130). Sum of RGB (Red+Green+Blue) = 249+102+130=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F96682 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96682 is #06997D. Grayscale: #959595. Windows color (decimal): -432510 or 8546041. OLE color: 8546041.

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

Color convert

RGB249102130-
CMYK00.590.480.02
HSL348.57º92.45%68.82%-
HSV(B)348.57º59.04%97.65%-
XYZ47.8531.2524.63-
YUV149.14117.2199.22-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.77%
GREEN value IS 102 (40.23% from 255) = 21.21%
BLUE value IS 130 (51.17% from 255) = 27.03%
R=51.77%
G=21.21%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910213000.590.480.02348.5792.4568.82
HexF9668203B30215d5c45
Octal371146202073602535134105
Binary1111100111001101000001001110111100001010101110110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96682; }

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

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

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

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

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

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

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

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