#F35A84

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

Shades of Brink Pink #F35A84

Tints of Brink Pink #F35A84

Color information

#F35A84 (or 0xF35A84) is unknown color: approx Brink Pink. HEX triplet: F3, 5A and 84. RGB value is (243,90,132). Sum of RGB (Red+Green+Blue) = 243+90+132=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 90 (35.55% from 255 or 19.35% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F35A84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35A84 is #0CA57B. Grayscale: #8C8C8C. Windows color (decimal): -828796 or 8674035. OLE color: 8674035.

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

Color convert

RGB24390132-
CMYK00.630.460.05
HSL343.53º86.44%65.29%-
HSV(B)343.53º62.96%95.29%-
XYZ44.7828.0324.88-
YUV140.54123.19201.08-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 52.26%
GREEN value IS 90 (35.55% from 255) = 19.35%
BLUE value IS 132 (51.95% from 255) = 28.39%
R=52.26%
G=19.35%
B=28.39%

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
Decimal2439013200.630.460.05343.5386.4465.29
HexF35A8403F2E51585641
Octal363132204077565530126101
Binary11110011101101010000100011111110111010110101100010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35A84; }

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

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

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

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

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

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

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

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