#F36182

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

Shades of Brink Pink #F36182

Tints of Brink Pink #F36182

Color information

#F36182 (or 0xF36182) is unknown color: approx Brink Pink. HEX triplet: F3, 61 and 82. RGB value is (243,97,130). Sum of RGB (Red+Green+Blue) = 243+97+130=470 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.70% from 470); Green value is 97 (38.28% from 255 or 20.64% from 470); Blue value is 130 (51.17% from 255 or 27.66% from 470); Max value from RGB is 243 - color contains mainly: red. Hex color #F36182 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F36182 is #0C9E7D. Grayscale: #909090. Windows color (decimal): -827006 or 8544755. OLE color: 8544755.

HSL color Cylindrical-coordinate representation of color #F36182: hue angle of 346.44º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F36182 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB24397130-
CMYK00.600.470.05
HSL346.44º85.88%66.67%-
HSV(B)346.44º60.08%95.29%-
XYZ45.2729.2224.37-
YUV144.42119.87198.32-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 51.70%
GREEN value IS 97 (38.28% from 255) = 20.64%
BLUE value IS 130 (51.17% from 255) = 27.66%
R=51.70%
G=20.64%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439713000.600.470.05346.4485.8866.67
HexF3618203C2F515a5643
Octal363141202074575532126103
Binary11110011110000110000010011110010111110110101101010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F36182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F36182; }

 p { color: rgb(243,97,130); }

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

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

 a { background-color: rgb(243,97,130); }

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

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

 span { border-color: rgb(243,97,130); }

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