#F95E8D

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

Shades of Brink Pink #F95E8D

Tints of Brink Pink #F95E8D

Color information

#F95E8D (or 0xF95E8D) is unknown color: approx Brink Pink. HEX triplet: F9, 5E and 8D. RGB value is (249,94,141). Sum of RGB (Red+Green+Blue) = 249+94+141=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F95E8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95E8D is #06A172. Grayscale: #919191. Windows color (decimal): -434547 or 9264889. OLE color: 9264889.

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

Color convert

RGB24994141-
CMYK00.620.430.02
HSL341.81º92.81%67.25%-
HSV(B)341.81º62.25%97.65%-
XYZ47.8830.0728.48-
YUV145.7125.35201.68-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.45%
GREEN value IS 94 (37.11% from 255) = 19.42%
BLUE value IS 141 (55.47% from 255) = 29.13%
R=51.45%
G=19.42%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499414100.620.430.02341.8192.8167.25
HexF95E8D03E2B21565d43
Octal371136215076532526135103
Binary1111100110111101000110101111101010111010101011010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95E8D; }

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

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

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

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

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

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

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

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