#F95E91

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

Shades of Brink Pink #F95E91

Tints of Brink Pink #F95E91

Color information

#F95E91 (or 0xF95E91) is unknown color: approx Brink Pink. HEX triplet: F9, 5E and 91. RGB value is (249,94,145). Sum of RGB (Red+Green+Blue) = 249+94+145=488 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.02% from 488); Green value is 94 (37.11% from 255 or 19.26% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 249 - color contains mainly: red. Hex color #F95E91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95E91 is #06A16E. Grayscale: #929292. Windows color (decimal): -434543 or 9527033. OLE color: 9527033.

HSL color Cylindrical-coordinate representation of color #F95E91: hue angle of 340.26º 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 #F95E91 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB24994145-
CMYK00.620.420.02
HSL340.26º92.81%67.25%-
HSV(B)340.26º62.25%97.65%-
XYZ48.1830.1930.08-
YUV146.16127.35201.35-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.02%
GREEN value IS 94 (37.11% from 255) = 19.26%
BLUE value IS 145 (57.03% from 255) = 29.71%
R=51.02%
G=19.26%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499414500.620.420.02340.2692.8167.25
HexF95E9103E2A21545d43
Octal371136221076522524135103
Binary1111100110111101001000101111101010101010101010010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95E91; }

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

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

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

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

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

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

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

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