#F96B7A

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

Shades of Brink Pink #F96B7A

Tints of Brink Pink #F96B7A

Color information

#F96B7A (or 0xF96B7A) is unknown color: approx Brink Pink. HEX triplet: F9, 6B and 7A. RGB value is (249,107,122). Sum of RGB (Red+Green+Blue) = 249+107+122=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F96B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96B7A is #069485. Grayscale: #979797. Windows color (decimal): -431238 or 8023033. OLE color: 8023033.

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

Color convert

RGB249107122-
CMYK00.570.510.02
HSL353.66º92.21%69.8%-
HSV(B)353.66º57.03%97.65%-
XYZ47.8432.0622.08-
YUV151.17111.54197.78-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.09%
GREEN value IS 107 (42.19% from 255) = 22.38%
BLUE value IS 122 (48.05% from 255) = 25.52%
R=52.09%
G=22.38%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910712200.570.510.02353.6692.2169.8
HexF96B7A0393321625c46
Octal371153172071632542134106
Binary111110011101011111101001110011100111010110001010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96B7A; }

 p { color: rgb(249,107,122); }

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

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

 a { background-color: rgb(249,107,122); }

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

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

 span { border-color: rgb(249,107,122); }

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