#F95584

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

Shades of Brink Pink #F95584

Tints of Brink Pink #F95584

Color information

#F95584 (or 0xF95584) is unknown color: approx Brink Pink. HEX triplet: F9, 55 and 84. RGB value is (249,85,132). Sum of RGB (Red+Green+Blue) = 249+85+132=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F95584 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95584 is #06AA7B. Grayscale: #8B8B8B. Windows color (decimal): -436860 or 8672761. OLE color: 8672761.

HSL color Cylindrical-coordinate representation of color #F95584: hue angle of 342.8º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F95584 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB24985132-
CMYK00.660.470.02
HSL342.8º93.18%65.49%-
HSV(B)342.8º65.86%97.65%-
XYZ46.4828.324.84-
YUV139.39123.83206.18-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.43%
GREEN value IS 85 (33.59% from 255) = 18.24%
BLUE value IS 132 (51.95% from 255) = 28.33%
R=53.43%
G=18.24%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498513200.660.470.02342.893.1865.49
HexF955840422F21575d41
Octal3711252040102572527135101
Binary11111001101010110000100010000101011111010101011110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95584; }

 p { color: rgb(249,85,132); }

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

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

 a { background-color: rgb(249,85,132); }

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

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

 span { border-color: rgb(249,85,132); }

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