#F96282

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

Shades of Brink Pink #F96282

Tints of Brink Pink #F96282

Color information

#F96282 (or 0xF96282) is unknown color: approx Brink Pink. HEX triplet: F9, 62 and 82. RGB value is (249,98,130). Sum of RGB (Red+Green+Blue) = 249+98+130=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F96282 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96282 is #069D7D. Grayscale: #929292. Windows color (decimal): -433534 or 8545017. OLE color: 8545017.

HSL color Cylindrical-coordinate representation of color #F96282: hue angle of 347.28º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F96282 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB24998130-
CMYK00.610.480.02
HSL347.28º92.64%68.04%-
HSV(B)347.28º60.64%97.65%-
XYZ47.4630.4924.5-
YUV146.8118.53200.9-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.20%
GREEN value IS 98 (38.67% from 255) = 20.55%
BLUE value IS 130 (51.17% from 255) = 27.25%
R=52.20%
G=20.55%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499813000.610.480.02347.2892.6468.04
HexF9628203D30215b5d44
Octal371142202075602533135104
Binary1111100111000101000001001111011100001010101101110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96282; }

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

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

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

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

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

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

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

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