#F9717F

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

Shades of Brink Pink #F9717F

Tints of Brink Pink #F9717F

Color information

#F9717F (or 0xF9717F) is unknown color: approx Brink Pink. HEX triplet: F9, 71 and 7F. RGB value is (249,113,127). Sum of RGB (Red+Green+Blue) = 249+113+127=489 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.92% from 489); Green value is 113 (44.53% from 255 or 23.11% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 249 - color contains mainly: red. Hex color #F9717F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9717F is #068E80. Grayscale: #9B9B9B. Windows color (decimal): -429697 or 8352249. OLE color: 8352249.

HSL color Cylindrical-coordinate representation of color #F9717F: hue angle of 353.82º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F9717F is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB249113127-
CMYK00.550.490.02
HSL353.82º91.89%70.98%-
HSV(B)353.82º54.62%97.65%-
XYZ48.833.4823.97-
YUV155.26112.06194.86-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.92%
GREEN value IS 113 (44.53% from 255) = 23.11%
BLUE value IS 127 (50% from 255) = 25.97%
R=50.92%
G=23.11%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911312700.550.490.02353.8291.8970.98
HexF9717F0373121625c47
Octal371161177067612542134107
Binary111110011110001111111101101111100011010110001010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9717F; }

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

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

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

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

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

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

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

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