#FD6C94

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

Shades of Brink Pink #FD6C94

Tints of Brink Pink #FD6C94

Color information

#FD6C94 (or 0xFD6C94) is unknown color: approx Brink Pink. HEX triplet: FD, 6C and 94. RGB value is (253,108,148). Sum of RGB (Red+Green+Blue) = 253+108+148=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6C94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6C94 is #02936B. Grayscale: #9B9B9B. Windows color (decimal): -168812 or 9727229. OLE color: 9727229.

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

Color convert

RGB253108148-
CMYK00.570.420.01
HSL343.45º97.32%70.78%-
HSV(B)343.45º57.31%99.22%-
XYZ51.2233.7531.83-
YUV155.91123.54197.25-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.71%
GREEN value IS 108 (42.58% from 255) = 21.22%
BLUE value IS 148 (58.20% from 255) = 29.08%
R=49.71%
G=21.22%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310814800.570.420.01343.4597.3270.78
HexFD6C940392A11576147
Octal375154224071521527141107
Binary111111011101100100101000111001101010110101011111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6C94; }

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

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

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

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

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

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

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

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