#F96183

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

Shades of Brink Pink #F96183

Tints of Brink Pink #F96183

Color information

#F96183 (or 0xF96183) is unknown color: approx Brink Pink. HEX triplet: F9, 61 and 83. RGB value is (249,97,131). Sum of RGB (Red+Green+Blue) = 249+97+131=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 97 (38.28% from 255 or 20.34% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F96183 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96183 is #069E7C. Grayscale: #929292. Windows color (decimal): -433789 or 8610297. OLE color: 8610297.

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

Color convert

RGB24997131-
CMYK00.610.470.02
HSL346.58º92.68%67.84%-
HSV(B)346.58º61.04%97.65%-
XYZ47.4430.3324.83-
YUV146.32119.36201.24-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.20%
GREEN value IS 97 (38.28% from 255) = 20.34%
BLUE value IS 131 (51.56% from 255) = 27.46%
R=52.20%
G=20.34%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499713100.610.470.02346.5892.6867.84
HexF9618303D2F215b5d44
Octal371141203075572533135104
Binary1111100111000011000001101111011011111010101101110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96183; }

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

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

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

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

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

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

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

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