#F06382

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

Shades of Brink Pink #F06382

Tints of Brink Pink #F06382

Color information

#F06382 (or 0xF06382) is unknown color: approx Brink Pink. HEX triplet: F0, 63 and 82. RGB value is (240,99,130). Sum of RGB (Red+Green+Blue) = 240+99+130=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F06382 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06382 is #0F9C7D. Grayscale: #909090. Windows color (decimal): -1023102 or 8545264. OLE color: 8545264.

HSL color Cylindrical-coordinate representation of color #F06382: hue angle of 346.81º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F06382 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB24099130-
CMYK00.590.460.06
HSL346.81º82.46%66.47%-
HSV(B)346.81º58.75%94.12%-
XYZ44.4329.0624.39-
YUV144.69119.71195.98-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.17%
GREEN value IS 99 (39.06% from 255) = 21.11%
BLUE value IS 130 (51.17% from 255) = 27.72%
R=51.17%
G=21.11%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409913000.590.460.06346.8182.4666.47
HexF0638203B2E615b5242
Octal360143202073566533122102
Binary11110000110001110000010011101110111011010101101110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06382; }

 p { color: rgb(240,99,130); }

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

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

 a { background-color: rgb(240,99,130); }

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

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

 span { border-color: rgb(240,99,130); }

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