#F05D82

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

Shades of Brink Pink #F05D82

Tints of Brink Pink #F05D82

Color information

#F05D82 (or 0xF05D82) is unknown color: approx Brink Pink. HEX triplet: F0, 5D and 82. RGB value is (240,93,130). Sum of RGB (Red+Green+Blue) = 240+93+130=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05D82 is #0FA27D. Grayscale: #8D8D8D. Windows color (decimal): -1024638 or 8543728. OLE color: 8543728.

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

Color convert

RGB24093130-
CMYK00.610.460.06
HSL344.9º83.05%65.29%-
HSV(B)344.9º61.25%94.12%-
XYZ43.8827.9724.2-
YUV141.17121.7198.49-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.84%
GREEN value IS 93 (36.72% from 255) = 20.09%
BLUE value IS 130 (51.17% from 255) = 28.08%
R=51.84%
G=20.09%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409313000.610.460.06344.983.0565.29
HexF05D8203D2E61595341
Octal360135202075566531123101
Binary11110000101110110000010011110110111011010101100110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05D82; }

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

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

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

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

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

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

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

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