#F95E7D

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

Shades of Brink Pink #F95E7D

Tints of Brink Pink #F95E7D

Color information

#F95E7D (or 0xF95E7D) is unknown color: approx Brink Pink. HEX triplet: F9, 5E and 7D. RGB value is (249,94,125). Sum of RGB (Red+Green+Blue) = 249+94+125=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 94 (37.11% from 255 or 20.09% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F95E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95E7D is #06A182. Grayscale: #8F8F8F. Windows color (decimal): -434563 or 8216313. OLE color: 8216313.

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

Color convert

RGB24994125-
CMYK00.620.500.02
HSL348º92.81%67.25%-
HSV(B)348º62.25%97.65%-
XYZ46.7729.6322.66-
YUV143.88117.35202.98-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.21%
GREEN value IS 94 (37.11% from 255) = 20.09%
BLUE value IS 125 (49.22% from 255) = 26.71%
R=53.21%
G=20.09%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499412500.620.500.0234892.8167.25
HexF95E7D03E32215c5d43
Octal371136175076622534135103
Binary111110011011110111110101111101100101010101110010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95E7D; }

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

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

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

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

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

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

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

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