#F95F7F

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

Shades of Brink Pink #F95F7F

Tints of Brink Pink #F95F7F

Color information

#F95F7F (or 0xF95F7F) is unknown color: approx Brink Pink. HEX triplet: F9, 5F and 7F. RGB value is (249,95,127). Sum of RGB (Red+Green+Blue) = 249+95+127=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F95F7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95F7F is #06A080. Grayscale: #909090. Windows color (decimal): -434305 or 8347641. OLE color: 8347641.

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

Color convert

RGB24995127-
CMYK00.620.490.02
HSL347.53º92.77%67.45%-
HSV(B)347.53º61.85%97.65%-
XYZ46.9929.8623.36-
YUV144.69118.02202.4-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.87%
GREEN value IS 95 (37.5% from 255) = 20.17%
BLUE value IS 127 (50% from 255) = 26.96%
R=52.87%
G=20.17%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499512700.620.490.02347.5392.7767.45
HexF95F7F03E31215c5d43
Octal371137177076612534135103
Binary111110011011111111111101111101100011010101110010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95F7F; }

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

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

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

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

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

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

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

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