#F06784

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

Shades of Brink Pink #F06784

Tints of Brink Pink #F06784

Color information

#F06784 (or 0xF06784) is unknown color: approx Brink Pink. HEX triplet: F0, 67 and 84. RGB value is (240,103,132). Sum of RGB (Red+Green+Blue) = 240+103+132=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 103 (40.62% from 255 or 21.68% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F06784 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06784 is #0F987B. Grayscale: #939393. Windows color (decimal): -1022076 or 8677360. OLE color: 8677360.

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

Color convert

RGB240103132-
CMYK00.570.450.06
HSL347.3º82.04%67.25%-
HSV(B)347.3º57.08%94.12%-
XYZ44.9529.8925.23-
YUV147.27119.39194.14-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.53%
GREEN value IS 103 (40.62% from 255) = 21.68%
BLUE value IS 132 (51.95% from 255) = 27.79%
R=50.53%
G=21.68%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010313200.570.450.06347.382.0467.25
HexF067840392D615b5243
Octal360147204071556533122103
Binary11110000110011110000100011100110110111010101101110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06784; }

 p { color: rgb(240,103,132); }

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

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

 a { background-color: rgb(240,103,132); }

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

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

 span { border-color: rgb(240,103,132); }

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