#F3608D

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

Shades of Brink Pink #F3608D

Tints of Brink Pink #F3608D

Color information

#F3608D (or 0xF3608D) is unknown color: approx Brink Pink. HEX triplet: F3, 60 and 8D. RGB value is (243,96,141). Sum of RGB (Red+Green+Blue) = 243+96+141=480 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.62% from 480); Green value is 96 (37.89% from 255 or 20% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 243 - color contains mainly: red. Hex color #F3608D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F3608D is #0C9F72. Grayscale: #919191. Windows color (decimal): -827251 or 9265395. OLE color: 9265395.

HSL color Cylindrical-coordinate representation of color #F3608D: hue angle of 341.63º 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 #F3608D is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB24396141-
CMYK00.600.420.05
HSL341.63º85.96%66.47%-
HSV(B)341.63º60.49%95.29%-
XYZ45.9529.3428.44-
YUV145.08125.7197.84-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50.62%
GREEN value IS 96 (37.89% from 255) = 20%
BLUE value IS 141 (55.47% from 255) = 29.38%
R=50.62%
G=20%
B=29.38%

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
Decimal2439614100.600.420.05341.6385.9666.47
HexF3608D03C2A51565642
Octal363140215074525526126102
Binary11110011110000010001101011110010101010110101011010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3608D; }

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

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

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

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

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

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

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

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