#F97883

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

Shades of Brink Pink #F97883

Tints of Brink Pink #F97883

Color information

#F97883 (or 0xF97883) is unknown color: approx Brink Pink. HEX triplet: F9, 78 and 83. RGB value is (249,120,131). Sum of RGB (Red+Green+Blue) = 249+120+131=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 120 (47.27% from 255 or 24% from 500); Blue value is 131 (51.56% from 255 or 26.2% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F97883 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97883 is #06877C. Grayscale: #9F9F9F. Windows color (decimal): -427901 or 8616185. OLE color: 8616185.

HSL color Cylindrical-coordinate representation of color #F97883: hue angle of 354.88º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F97883 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB249120131-
CMYK00.520.470.02
HSL354.88º91.49%72.35%-
HSV(B)354.88º51.81%97.65%-
XYZ49.8835.2125.64-
YUV159.82111.74191.61-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.8%
GREEN value IS 120 (47.27% from 255) = 24%
BLUE value IS 131 (51.56% from 255) = 26.2%
R=49.8%
G=24%
B=26.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912013100.520.470.02354.8891.4972.35
HexF978830342F21635b48
Octal371170203064572543133110
Binary1111100111110001000001101101001011111010110001110110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97883; }

 p { color: rgb(249,120,131); }

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

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

 a { background-color: rgb(249,120,131); }

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

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

 span { border-color: rgb(249,120,131); }

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