#F16678

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

Shades of Brink Pink #F16678

Tints of Brink Pink #F16678

Color information

#F16678 (or 0xF16678) is unknown color: approx Brink Pink. HEX triplet: F1, 66 and 78. RGB value is (241,102,120). Sum of RGB (Red+Green+Blue) = 241+102+120=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F16678 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16678 is #0E9987. Grayscale: #919191. Windows color (decimal): -956808 or 7890673. OLE color: 7890673.

HSL color Cylindrical-coordinate representation of color #F16678: hue angle of 352.23º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F16678 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB241102120-
CMYK00.580.500.05
HSL352.23º83.23%67.25%-
HSV(B)352.23º57.68%94.51%-
XYZ44.4229.5621.13-
YUV145.61113.55196.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.05%
GREEN value IS 102 (40.23% from 255) = 22.03%
BLUE value IS 120 (47.27% from 255) = 25.92%
R=52.05%
G=22.03%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110212000.580.500.05352.2383.2367.25
HexF1667803A3251605343
Octal361146170072625540123103
Binary1111000111001101111000011101011001010110110000010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16678; }

 p { color: rgb(241,102,120); }

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

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

 a { background-color: rgb(241,102,120); }

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

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

 span { border-color: rgb(241,102,120); }

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