#FF6C94

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

Shades of Brink Pink #FF6C94

Tints of Brink Pink #FF6C94

Color information

#FF6C94 (or 0xFF6C94) is unknown color: approx Brink Pink. HEX triplet: FF, 6C and 94. RGB value is (255,108,148). Sum of RGB (Red+Green+Blue) = 255+108+148=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6C94 is #00936B. Grayscale: #9C9C9C. Windows color (decimal): -37740 or 9727231. OLE color: 9727231.

HSL color Cylindrical-coordinate representation of color #FF6C94: hue angle of 343.67º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6C94 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB255108148-
CMYK00.580.420
HSL343.67º100%71.18%-
HSV(B)343.67º57.65%100%-
XYZ51.9534.1231.87-
YUV156.51123.2198.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.90%
GREEN value IS 108 (42.58% from 255) = 21.14%
BLUE value IS 148 (58.20% from 255) = 28.96%
R=49.90%
G=21.14%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510814800.580.420343.6710071.18
HexFF6C9403A2A01586447
Octal377154224072520530144107
Binary111111111101100100101000111010101010010101100011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6C94; }

 p { color: rgb(255,108,148); }

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

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

 a { background-color: rgb(255,108,148); }

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

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

 span { border-color: rgb(255,108,148); }

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