#F0687F

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

Shades of Brink Pink #F0687F

Tints of Brink Pink #F0687F

Color information

#F0687F (or 0xF0687F) is unknown color: approx Brink Pink. HEX triplet: F0, 68 and 7F. RGB value is (240,104,127). Sum of RGB (Red+Green+Blue) = 240+104+127=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F0687F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0687F is #0F9780. Grayscale: #939393. Windows color (decimal): -1021825 or 8349936. OLE color: 8349936.

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

Color convert

RGB240104127-
CMYK00.570.470.06
HSL349.85º81.93%67.45%-
HSV(B)349.85º56.67%94.12%-
XYZ44.7229.9623.5-
YUV147.29116.56194.13-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.96%
GREEN value IS 104 (41.02% from 255) = 22.08%
BLUE value IS 127 (50% from 255) = 26.96%
R=50.96%
G=22.08%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010412700.570.470.06349.8581.9367.45
HexF0687F0392F615e5243
Octal360150177071576536122103
Binary1111000011010001111111011100110111111010101111010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0687F; }

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

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

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

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

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

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

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

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