#F95F7B

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

Shades of Brink Pink #F95F7B

Tints of Brink Pink #F95F7B

Color information

#F95F7B (or 0xF95F7B) is unknown color: approx Brink Pink. HEX triplet: F9, 5F and 7B. RGB value is (249,95,123). Sum of RGB (Red+Green+Blue) = 249+95+123=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F95F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95F7B is #06A084. Grayscale: #909090. Windows color (decimal): -434309 or 8085497. OLE color: 8085497.

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

Color convert

RGB24995123-
CMYK00.620.510.02
HSL349.09º92.77%67.45%-
HSV(B)349.09º61.85%97.65%-
XYZ46.7329.7522.02-
YUV144.24116.02202.72-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.32%
GREEN value IS 95 (37.5% from 255) = 20.34%
BLUE value IS 123 (48.44% from 255) = 26.34%
R=53.32%
G=20.34%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499512300.620.510.02349.0992.7767.45
HexF95F7B03E33215d5d43
Octal371137173076632535135103
Binary111110011011111111101101111101100111010101110110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95F7B; }

 p { color: rgb(249,95,123); }

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

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

 a { background-color: rgb(249,95,123); }

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

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

 span { border-color: rgb(249,95,123); }

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