#F35982

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

Shades of Brink Pink #F35982

Tints of Brink Pink #F35982

Color information

#F35982 (or 0xF35982) is unknown color: approx Brink Pink. HEX triplet: F3, 59 and 82. RGB value is (243,89,130). Sum of RGB (Red+Green+Blue) = 243+89+130=462 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.60% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 243 - color contains mainly: red. Hex color #F35982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35982 is #0CA67D. Grayscale: #8B8B8B. Windows color (decimal): -829054 or 8542707. OLE color: 8542707.

HSL color Cylindrical-coordinate representation of color #F35982: hue angle of 344.03º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F35982 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB24389130-
CMYK00.630.470.05
HSL344.03º86.52%65.1%-
HSV(B)344.03º63.37%95.29%-
XYZ44.5627.8124.14-
YUV139.72122.52201.67-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 52.60%
GREEN value IS 89 (35.16% from 255) = 19.26%
BLUE value IS 130 (51.17% from 255) = 28.14%
R=52.60%
G=19.26%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438913000.630.470.05344.0386.5265.1
HexF3598203F2F51585741
Octal363131202077575530127101
Binary11110011101100110000010011111110111110110101100010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35982; }

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

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

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

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

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

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

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

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