#F5668C

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

Shades of Brink Pink #F5668C

Tints of Brink Pink #F5668C

Color information

#F5668C (or 0xF5668C) is unknown color: approx Brink Pink. HEX triplet: F5, 66 and 8C. RGB value is (245,102,140). Sum of RGB (Red+Green+Blue) = 245+102+140=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F5668C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5668C is #0A9973. Grayscale: #959595. Windows color (decimal): -694644 or 9201397. OLE color: 9201397.

HSL color Cylindrical-coordinate representation of color #F5668C: hue angle of 344.06º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F5668C is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB245102140-
CMYK00.580.430.04
HSL344.06º87.73%68.04%-
HSV(B)344.06º58.37%96.08%-
XYZ47.1430.8128.27-
YUV149.09122.88196.41-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.31%
GREEN value IS 102 (40.23% from 255) = 20.94%
BLUE value IS 140 (55.08% from 255) = 28.75%
R=50.31%
G=20.94%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510214000.580.430.04344.0687.7368.04
HexF5668C03A2B41585844
Octal365146214072534530130104
Binary11110101110011010001100011101010101110010101100010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5668C; }

 p { color: rgb(245,102,140); }

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

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

 a { background-color: rgb(245,102,140); }

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

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

 span { border-color: rgb(245,102,140); }

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