#F95E8C

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

Shades of Brink Pink #F95E8C

Tints of Brink Pink #F95E8C

Color information

#F95E8C (or 0xF95E8C) is unknown color: approx Brink Pink. HEX triplet: F9, 5E and 8C. RGB value is (249,94,140). Sum of RGB (Red+Green+Blue) = 249+94+140=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F95E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95E8C is #06A173. Grayscale: #919191. Windows color (decimal): -434548 or 9199353. OLE color: 9199353.

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

Color convert

RGB24994140-
CMYK00.620.440.02
HSL342.19º92.81%67.25%-
HSV(B)342.19º62.25%97.65%-
XYZ47.830.0428.09-
YUV145.59124.85201.76-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.55%
GREEN value IS 94 (37.11% from 255) = 19.46%
BLUE value IS 140 (55.08% from 255) = 28.99%
R=51.55%
G=19.46%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499414000.620.440.02342.1992.8167.25
HexF95E8C03E2C21565d43
Octal371136214076542526135103
Binary1111100110111101000110001111101011001010101011010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95E8C; }

 p { color: rgb(249,94,140); }

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

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

 a { background-color: rgb(249,94,140); }

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

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

 span { border-color: rgb(249,94,140); }

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