#F3608C

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

Shades of Brink Pink #F3608C

Tints of Brink Pink #F3608C

Color information

#F3608C (or 0xF3608C) is unknown color: approx Brink Pink. HEX triplet: F3, 60 and 8C. RGB value is (243,96,140). Sum of RGB (Red+Green+Blue) = 243+96+140=479 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.73% from 479); Green value is 96 (37.89% from 255 or 20.04% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 243 - color contains mainly: red. Hex color #F3608C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F3608C is #0C9F73. Grayscale: #909090. Windows color (decimal): -827252 or 9199859. OLE color: 9199859.

HSL color Cylindrical-coordinate representation of color #F3608C: hue angle of 342.04º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F3608C is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB24396140-
CMYK00.600.420.05
HSL342.04º85.96%66.47%-
HSV(B)342.04º60.49%95.29%-
XYZ45.8829.3128.05-
YUV144.97125.2197.92-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50.73%
GREEN value IS 96 (37.89% from 255) = 20.04%
BLUE value IS 140 (55.08% from 255) = 29.23%
R=50.73%
G=20.04%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439614000.600.420.05342.0485.9666.47
HexF3608C03C2A51565642
Octal363140214074525526126102
Binary11110011110000010001100011110010101010110101011010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3608C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3608C; }

 p { color: rgb(243,96,140); }

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

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

 a { background-color: rgb(243,96,140); }

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

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

 span { border-color: rgb(243,96,140); }

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