#F06583

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

Shades of Brink Pink #F06583

Tints of Brink Pink #F06583

Color information

#F06583 (or 0xF06583) is unknown color: approx Brink Pink. HEX triplet: F0, 65 and 83. RGB value is (240,101,131). Sum of RGB (Red+Green+Blue) = 240+101+131=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F06583 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06583 is #0F9A7C. Grayscale: #929292. Windows color (decimal): -1022589 or 8611312. OLE color: 8611312.

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

Color convert

RGB240101131-
CMYK00.580.450.06
HSL347.05º82.25%66.86%-
HSV(B)347.05º57.92%94.12%-
XYZ44.6929.4724.81-
YUV145.98119.55195.06-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.85%
GREEN value IS 101 (39.84% from 255) = 21.40%
BLUE value IS 131 (51.56% from 255) = 27.75%
R=50.85%
G=21.40%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010113100.580.450.06347.0582.2566.86
HexF0658303A2D615b5243
Octal360145203072556533122103
Binary11110000110010110000011011101010110111010101101110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06583; }

 p { color: rgb(240,101,131); }

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

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

 a { background-color: rgb(240,101,131); }

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

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

 span { border-color: rgb(240,101,131); }

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