#F35984

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

Shades of Brink Pink #F35984

Tints of Brink Pink #F35984

Color information

#F35984 (or 0xF35984) is unknown color: approx Brink Pink. HEX triplet: F3, 59 and 84. RGB value is (243,89,132). Sum of RGB (Red+Green+Blue) = 243+89+132=464 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.37% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 243 - color contains mainly: red. Hex color #F35984 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35984 is #0CA67B. Grayscale: #8B8B8B. Windows color (decimal): -829052 or 8673779. OLE color: 8673779.

HSL color Cylindrical-coordinate representation of color #F35984: hue angle of 343.25º 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 #F35984 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB24389132-
CMYK00.630.460.05
HSL343.25º86.52%65.1%-
HSV(B)343.25º63.37%95.29%-
XYZ44.727.8724.85-
YUV139.95123.52201.5-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 52.37%
GREEN value IS 89 (35.16% from 255) = 19.18%
BLUE value IS 132 (51.95% from 255) = 28.45%
R=52.37%
G=19.18%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438913200.630.460.05343.2586.5265.1
HexF3598403F2E51575741
Octal363131204077565527127101
Binary11110011101100110000100011111110111010110101011110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35984; }

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

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

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

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

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

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

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

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