#F67381

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

Shades of Brink Pink #F67381

Tints of Brink Pink #F67381

Color information

#F67381 (or 0xF67381) is unknown color: approx Brink Pink. HEX triplet: F6, 73 and 81. RGB value is (246,115,129). Sum of RGB (Red+Green+Blue) = 246+115+129=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 129 (50.78% from 255 or 26.33% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F67381 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67381 is #098C7E. Grayscale: #9B9B9B. Windows color (decimal): -625791 or 8483830. OLE color: 8483830.

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

Color convert

RGB246115129-
CMYK00.530.480.04
HSL353.59º87.92%70.78%-
HSV(B)353.59º53.25%96.47%-
XYZ48.133.4424.69-
YUV155.76112.9192.36-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.20%
GREEN value IS 115 (45.31% from 255) = 23.47%
BLUE value IS 129 (50.78% from 255) = 26.33%
R=50.20%
G=23.47%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24611512900.530.480.04353.5987.9270.78
HexF673810353041625847
Octal366163201065604542130107
Binary11110110111001110000001011010111000010010110001010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67381; }

 p { color: rgb(246,115,129); }

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

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

 a { background-color: rgb(246,115,129); }

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

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

 span { border-color: rgb(246,115,129); }

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