#F9608F

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

Shades of Brink Pink #F9608F

Tints of Brink Pink #F9608F

Color information

#F9608F (or 0xF9608F) is unknown color: approx Brink Pink. HEX triplet: F9, 60 and 8F. RGB value is (249,96,143). Sum of RGB (Red+Green+Blue) = 249+96+143=488 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.02% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 249 - color contains mainly: red. Hex color #F9608F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9608F is #069F70. Grayscale: #939393. Windows color (decimal): -434033 or 9396473. OLE color: 9396473.

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

Color convert

RGB24996143-
CMYK00.610.430.02
HSL341.57º92.73%67.65%-
HSV(B)341.57º61.45%97.65%-
XYZ48.2130.4929.33-
YUV147.1125.69200.68-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.02%
GREEN value IS 96 (37.89% from 255) = 19.67%
BLUE value IS 143 (56.25% from 255) = 29.30%
R=51.02%
G=19.67%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499614300.610.430.02341.5792.7367.65
HexF9608F03D2B21565d44
Octal371140217075532526135104
Binary1111100111000001000111101111011010111010101011010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9608F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9608F; }

 p { color: rgb(249,96,143); }

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

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

 a { background-color: rgb(249,96,143); }

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

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

 span { border-color: rgb(249,96,143); }

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