#F05F82

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

Shades of Brink Pink #F05F82

Tints of Brink Pink #F05F82

Color information

#F05F82 (or 0xF05F82) is unknown color: approx Brink Pink. HEX triplet: F0, 5F and 82. RGB value is (240,95,130). Sum of RGB (Red+Green+Blue) = 240+95+130=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05F82 is #0FA07D. Grayscale: #8E8E8E. Windows color (decimal): -1024126 or 8544240. OLE color: 8544240.

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

Color convert

RGB24095130-
CMYK00.600.460.06
HSL345.52º82.86%65.69%-
HSV(B)345.52º60.42%94.12%-
XYZ44.0628.3224.26-
YUV142.34121.04197.65-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.61%
GREEN value IS 95 (37.5% from 255) = 20.43%
BLUE value IS 130 (51.17% from 255) = 27.96%
R=51.61%
G=20.43%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409513000.600.460.06345.5282.8665.69
HexF05F8203C2E615a5342
Octal360137202074566532123102
Binary11110000101111110000010011110010111011010101101010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05F82; }

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

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

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

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

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

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

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

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