#F0687E

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

Shades of Brink Pink #F0687E

Tints of Brink Pink #F0687E

Color information

#F0687E (or 0xF0687E) is unknown color: approx Brink Pink. HEX triplet: F0, 68 and 7E. RGB value is (240,104,126). Sum of RGB (Red+Green+Blue) = 240+104+126=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F0687E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0687E is #0F9781. Grayscale: #939393. Windows color (decimal): -1021826 or 8284400. OLE color: 8284400.

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

Color convert

RGB240104126-
CMYK00.570.480.06
HSL350.29º81.93%67.45%-
HSV(B)350.29º56.67%94.12%-
XYZ44.6529.9323.16-
YUV147.17116.06194.21-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.06%
GREEN value IS 104 (41.02% from 255) = 22.13%
BLUE value IS 126 (49.61% from 255) = 26.81%
R=51.06%
G=22.13%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010412600.570.480.06350.2981.9367.45
HexF0687E03930615e5243
Octal360150176071606536122103
Binary1111000011010001111110011100111000011010101111010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0687E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0687E; }

 p { color: rgb(240,104,126); }

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

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

 a { background-color: rgb(240,104,126); }

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

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

 span { border-color: rgb(240,104,126); }

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