#F06383

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

Shades of Brink Pink #F06383

Tints of Brink Pink #F06383

Color information

#F06383 (or 0xF06383) is unknown color: approx Brink Pink. HEX triplet: F0, 63 and 83. RGB value is (240,99,131). Sum of RGB (Red+Green+Blue) = 240+99+131=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F06383 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06383 is #0F9C7C. Grayscale: #909090. Windows color (decimal): -1023101 or 8610800. OLE color: 8610800.

HSL color Cylindrical-coordinate representation of color #F06383: hue angle of 346.38º 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 #F06383 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB24099131-
CMYK00.590.450.06
HSL346.38º82.46%66.47%-
HSV(B)346.38º58.75%94.12%-
XYZ44.4929.0924.74-
YUV144.81120.21195.9-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.06%
GREEN value IS 99 (39.06% from 255) = 21.06%
BLUE value IS 131 (51.56% from 255) = 27.87%
R=51.06%
G=21.06%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409913100.590.450.06346.3882.4666.47
HexF0638303B2D615a5242
Octal360143203073556532122102
Binary11110000110001110000011011101110110111010101101010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06383; }

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

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

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

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

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

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

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

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