#F67182

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

Shades of Brink Pink #F67182

Tints of Brink Pink #F67182

Color information

#F67182 (or 0xF67182) is unknown color: approx Brink Pink. HEX triplet: F6, 71 and 82. RGB value is (246,113,130). Sum of RGB (Red+Green+Blue) = 246+113+130=489 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.31% from 489); Green value is 113 (44.53% from 255 or 23.11% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 246 - color contains mainly: red. Hex color #F67182 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67182 is #098E7D. Grayscale: #9A9A9A. Windows color (decimal): -626302 or 8548854. OLE color: 8548854.

HSL color Cylindrical-coordinate representation of color #F67182: hue angle of 352.33º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F67182 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB246113130-
CMYK00.540.470.04
HSL352.33º88.08%70.39%-
HSV(B)352.33º54.07%96.47%-
XYZ47.9433.0124.96-
YUV154.7114.06193.12-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.31%
GREEN value IS 113 (44.53% from 255) = 23.11%
BLUE value IS 130 (51.17% from 255) = 26.58%
R=50.31%
G=23.11%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24611313000.540.470.04352.3388.0870.39
HexF671820362F41605846
Octal366161202066574540130106
Binary11110110111000110000010011011010111110010110000010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67182; }

 p { color: rgb(246,113,130); }

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

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

 a { background-color: rgb(246,113,130); }

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

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

 span { border-color: rgb(246,113,130); }

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