#F2618C

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

Shades of Brink Pink #F2618C

Tints of Brink Pink #F2618C

Color information

#F2618C (or 0xF2618C) is unknown color: approx Brink Pink. HEX triplet: F2, 61 and 8C. RGB value is (242,97,140). Sum of RGB (Red+Green+Blue) = 242+97+140=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 97 (38.28% from 255 or 20.25% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F2618C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2618C is #0D9E73. Grayscale: #919191. Windows color (decimal): -892532 or 9200114. OLE color: 9200114.

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

Color convert

RGB24297140-
CMYK00.600.420.05
HSL342.21º84.8%66.47%-
HSV(B)342.21º59.92%94.9%-
XYZ45.6329.3228.07-
YUV145.26125.04197-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.52%
GREEN value IS 97 (38.28% from 255) = 20.25%
BLUE value IS 140 (55.08% from 255) = 29.23%
R=50.52%
G=20.25%
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
Decimal2429714000.600.420.05342.2184.866.47
HexF2618C03C2A51565542
Octal362141214074525526125102
Binary11110010110000110001100011110010101010110101011010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2618C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2618C; }

 p { color: rgb(242,97,140); }

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

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

 a { background-color: rgb(242,97,140); }

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

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

 span { border-color: rgb(242,97,140); }

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