#F96F7A

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

Shades of Brink Pink #F96F7A

Tints of Brink Pink #F96F7A

Color information

#F96F7A (or 0xF96F7A) is unknown color: approx Brink Pink. HEX triplet: F9, 6F and 7A. RGB value is (249,111,122). Sum of RGB (Red+Green+Blue) = 249+111+122=482 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.66% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 249 - color contains mainly: red. Hex color #F96F7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96F7A is #069085. Grayscale: #999999. Windows color (decimal): -430214 or 8024057. OLE color: 8024057.

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

Color convert

RGB249111122-
CMYK00.550.510.02
HSL355.22º92%70.59%-
HSV(B)355.22º55.42%97.65%-
XYZ48.2632.9122.22-
YUV153.52110.22196.11-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.66%
GREEN value IS 111 (43.75% from 255) = 23.03%
BLUE value IS 122 (48.05% from 255) = 25.31%
R=51.66%
G=23.03%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911112200.550.510.02355.229270.59
HexF96F7A0373321635c47
Octal371157172067632543134107
Binary111110011101111111101001101111100111010110001110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96F7A; }

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

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

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

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

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

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

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

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