#F26482

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

Shades of Brink Pink #F26482

Tints of Brink Pink #F26482

Color information

#F26482 (or 0xF26482) is unknown color: approx Brink Pink. HEX triplet: F2, 64 and 82. RGB value is (242,100,130). Sum of RGB (Red+Green+Blue) = 242+100+130=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F26482 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26482 is #0D9B7D. Grayscale: #919191. Windows color (decimal): -891774 or 8545522. OLE color: 8545522.

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

Color convert

RGB242100130-
CMYK00.590.460.05
HSL347.32º84.52%67.06%-
HSV(B)347.32º58.68%94.9%-
XYZ45.229.624.45-
YUV145.88119.04196.56-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.27%
GREEN value IS 100 (39.45% from 255) = 21.19%
BLUE value IS 130 (51.17% from 255) = 27.54%
R=51.27%
G=21.19%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210013000.590.460.05347.3284.5267.06
HexF2648203B2E515b5543
Octal362144202073565533125103
Binary11110010110010010000010011101110111010110101101110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26482; }

 p { color: rgb(242,100,130); }

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

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

 a { background-color: rgb(242,100,130); }

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

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

 span { border-color: rgb(242,100,130); }

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